Ejemplo n.º 1
0
 private ComboBoxRefreshArgs(ItemTemplate it, bool bResetBounds, ComboBoxUpdateRange cbur) : base(cbur)
 {
     this.Template    = it;
     this.ResetBounds = bResetBounds;
 }
Ejemplo n.º 2
0
 public ComboBoxRefreshArgs(ItemTemplate it, ComboBoxUpdateRange cbur) : this(it, true, cbur)
 {
 }
Ejemplo n.º 3
0
 public ComboBoxRefreshArgs(bool bResetBounds, ComboBoxUpdateRange cbur) : this(null, bResetBounds, cbur)
 {
 }
Ejemplo n.º 4
0
 public ComboBoxRefreshArgs(ComboBoxUpdateRange cbur) : this(null, false, cbur)
 {
 }
Ejemplo n.º 5
0
 public ComboBoxArgs(ComboBoxUpdateRange cbur)
 {
     this.UpdateRange = cbur;
 }
Ejemplo n.º 6
0
 public ComboBoxArgs()
 {
     this.UpdateRange = ComboBoxUpdateRange.All;
 }
Ejemplo n.º 7
0
 public ComboBoxArgs(ComboBoxUpdateRange cbur)
 {
     this.UpdateRange = cbur;
 }
Ejemplo n.º 8
0
 public ComboBoxArgs()
 {
     this.UpdateRange = ComboBoxUpdateRange.All;
 }