コード例 #1
0
 public EasyRender()
 {
     this._tsManager     = new IToolstrip();
     this._btnManager    = new IButton();
     this._dBtnManager   = new IDropDownButton();
     this._tsCtrlManager = new IToolstripControls();
     this._pManager      = new IPanel();
     this._sBtnManager   = new ISplitButton();
     this._sBarManager   = new IStatusBar();
     this._mnuManager    = new IMenustrip();
 }
コード例 #2
0
 public void Apply(IToolstrip Import)
 {
     this._backTop      = Import._borderTop;
     this._backBottom   = Import._borderBottom;
     this._backAngle    = Import._borderAngle;
     this._backBlend    = Import._backBlend;
     this._borderTop    = Import._borderTop;
     this._borderBottom = Import._borderBottom;
     this._borderAngle  = Import._borderAngle;
     this._borderBlend  = Import._borderBlend;
     this._curve        = Import._curve;
 }
コード例 #3
0
 public IToolstrip(IToolstrip Import)
 {
     this.DefaultBlending();
     this.Apply(Import);
 }