CustomComboBoxDropDownSizeMode Property

Gets or sets the sizing mode for the drop-down.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DefaultValueAttribute(CustomComboBoxSizeMode.UseComboSize)]
public CustomComboBoxSizeMode DropDownSizeMode { get; set; }

Property Value

CustomComboBoxSizeMode
The drop down size mode.

See Also