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