CustomComboBoxSizeMode Enumeration

Sizing mode for the CustomComboBox drop-down area.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public enum SizeMode

Members

UseComboSize0 Uses the width of the parent.
UseControlSize1 Uses the width of the supplied control for the drop-down.
UseDropDownSize2 Uses the width of the combo box drop-down box.

See Also