Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxDropDownSizeMode Property

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public CustomComboBoxSizeMode DropDownSizeMode { get; set; }
Request Example View Source

Property Value

Type: CustomComboBoxSizeMode
The drop down size mode.
See Also