 | CustomComboBoxDropDownControl Property |
Gets or sets drop-down control itself.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic Control DropDownControl { get; set; }
Public Property DropDownControl As Control
Get
Set
public:
property Control^ DropDownControl {
Control^ get ();
void set (Control^ value);
}
Request Example
View SourceProperty Value
Type:
ControlThe drop down control.
See Also