Esempio n. 1
0
 static FlatComboBox()
 {
     DropDownButtonWidth = ComboInfoHelper.GetComboDropDownWidth() + 2;
 }
 static DatePickerConBorde()
 {
     // 2 pixel extra is for the 3D border around the pulldown button on the left and right
     DropDownButtonWidth = ComboInfoHelper.GetComboDropDownWidth() + 2;
 }
Esempio n. 3
0
 static ComboBoxPersonal()
 {
     DropDownButtonWidth = ComboInfoHelper.GetComboDropDownWidth() + 2;
 }