 | 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
Syntaxpublic CustomComboBoxSizeMode DropDownSizeMode { get; set; }
Public Property DropDownSizeMode As CustomComboBoxSizeMode
Get
Set
public:
property CustomComboBoxSizeMode DropDownSizeMode {
CustomComboBoxSizeMode get ();
void set (CustomComboBoxSizeMode value);
}
Request Example
View SourceProperty Value
Type:
CustomComboBoxSizeModeThe drop down size mode.
See Also