Esempio n. 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();
 }
Esempio n. 2
0
 public void Apply(ISplitButton Import)
 {
     this._borderTop       = Import._borderTop;
     this._borderBottom    = Import._borderBottom;
     this._borderAngle     = Import._borderAngle;
     this._borderBlend     = Import._borderBlend;
     this._hoverBackTop    = Import._hoverBackTop;
     this._hoverBackBottom = Import._hoverBackBottom;
     this._clickBackTop    = Import._clickBackTop;
     this._clickBackBottom = Import._clickBackBottom;
     this._backAngle       = Import._backAngle;
     this._backBlend       = Import._backBlend;
     this._blendRender     = Import._blendRender;
     this._curve           = Import._curve;
     this._arrowDisplay    = Import._arrowDisplay;
     this._arrowColor      = Import._arrowColor;
 }