Example #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();
 }
 public void Apply(IToolstripControls Import)
 {
     this._sepDark      = Import._sepDark;
     this._sepLight     = Import._sepLight;
     this._sepHeight    = Import._sepHeight;
     this._gripTop      = Import._gripTop;
     this._gripBottom   = Import._gripBottom;
     this._gripDistance = Import._gripDistance;
     this._gripStyle    = Import._gripStyle;
     this._gripSize     = Import._gripSize;
 }