CustomComboBoxSizeMode Enumeration
Sizing mode for the CustomComboBox drop-down area.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
UseComboSize | 0 |
Uses the width of the parent.
|
UseControlSize | 1 |
Uses the width of the supplied control for the drop-down.
|
UseDropDownSize | 2 |
Uses the width of the combo box drop-down box.
|