CustomComboBoxAssignControl Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
protected virtual void AssignControl(
	Control control
)

Parameters

control  Control
Control to be used as drop-down. Please note that this control must not be contained elsewhere.

See Also