Ejemplo n.º 1
0
 public XtraBarsButtonLink(ButtonsCollection owner, ActionType action, DevExpress.XtraBars.BarButtonItem button) : base(owner, action, button)
 {
 }
Ejemplo n.º 2
0
 public ButtonLink(ButtonsCollection owner, ActionType action, object button)
 {
     ownerValue  = owner;
     actionType  = action;
     this.button = button;
 }
Ejemplo n.º 3
0
 public XtraBarsButtonLink(ButtonsCollection owner) : base(owner)
 {
 }
Ejemplo n.º 4
0
 public ButtonLink(ButtonsCollection owner) : this(owner, ActionType.None, null)
 {
 }