Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxAssignControl Method

Assigns control to custom drop-down area of combo box.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
protected virtual void AssignControl(
	Control control
)
Request Example View Source

Parameters

control
Type: System.Windows.FormsControl
Control to be used as drop-down. Please note that this control must not be contained elsewhere.
See Also