Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxDropDownControl Property

Gets or sets drop-down control itself.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[BrowsableAttribute(false)]
public Control DropDownControl { get; set; }
Request Example View Source

Property Value

Control
The drop down control.
See Also