 | CustomComboBoxDropDownStyle Property |
Gets or sets a value specifying the style of the combo box.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic ComboBoxStyle DropDownStyle { get; set; }
Public Property DropDownStyle As ComboBoxStyle
Get
Set
public:
property ComboBoxStyle DropDownStyle {
ComboBoxStyle get ();
void set (ComboBoxStyle value);
}
Request Example
View SourceProperty Value
Type:
ComboBoxStyleReturn Value
Type:
ComboBoxStyle
One of the
ComboBoxStyle values. The default is DropDown.
Exceptions
See Also