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(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; }
public IDropDownButton(IDropDownButton Import) { this.DefaultBlending(); this.Apply(Import); }