Ejemplo 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();
 }
Ejemplo n.º 2
0
 public void Apply(IDropDownButton 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._backAngle       = Import._backAngle;
     this._backBlend       = Import._backBlend;
     this._blendRender     = Import._blendRender;
     this._curve           = Import._curve;
 }
Ejemplo n.º 3
0
 public IDropDownButton(IDropDownButton Import)
 {
     this.DefaultBlending();
     this.Apply(Import);
 }