Exemplo n.º 1
0
 // Methods
 public ButtonEx()
 {
     this.Size                = new Size(130, 63);
     this._toolTip            = new ToolTip();
     this._toolTipText        = "";
     this._activeleftLineSize = 5;
     this._borderSkin         = new BorderSkin(this);
     this._iconSkin           = new IconSkin(this);
     this._colorSkin          = new ColorSkin(this);
     this._activeBackColor    = Color.Transparent;
 }
Exemplo n.º 2
0
 // Methods
 public BorderSkin(Control owner)
 {
     this._owner     = owner;
     this._colorSkin = new ColorSkin(owner);
 }