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