示例#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;
 }
示例#3
0
 static ComboBoxPersonal()
 {
     DropDownButtonWidth = ComboInfoHelper.GetComboDropDownWidth() + 2;
 }