Exemplo n.º 1
0
 public IntPicker()
 {
     defaultItem    = new DefaultItem();
     DropDownStyle  = ComboBoxStyle.DropDownList;
     DropDownHeight = Dpi.ScaleY(500);
     DrawMode       = DrawMode.OwnerDrawVariable;
     Font           = Fonts.ControlText;
 }
Exemplo n.º 2
0
 public IntPicker()
 {
     defaultItem = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     DropDownHeight = 500;
     DrawMode = DrawMode.OwnerDrawVariable;
     Font = Fonts.ControlText;
 }
Exemplo n.º 3
0
 public DefaultComboBox()
 {
     defaultItem = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     Font = Fonts.ControlText;
 }
Exemplo n.º 4
0
 public DefaultComboBox()
 {
     defaultItem   = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     Font          = Fonts.ControlText;
 }