コード例 #1
0
 public SkinFormControlBoxRenderEventArgs(Forms.FormBase form, Graphics graphics, Rectangle clipRect, bool active, ControlBoxStyle controlBoxStyle, ControlBoxState controlBoxState, CmSysButton cmSysbutton = null)
     : base(graphics, clipRect)
 {
     this._form            = form;
     this._active          = active;
     this._controlBoxState = controlBoxState;
     this._controlBoxStyle = controlBoxStyle;
     this._CmSysbutton     = cmSysbutton;
 }
コード例 #2
0
 public CustomSysButtonCollection(Forms.FormBase owner)
 {
     this.owner = owner;
 }