 | CustomComboBoxAssignControl Method |
Assigns control to custom drop-down area of combo box.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntaxprotected virtual void AssignControl(
Control control
)
Request Example
View SourceParameters
- control Control
- Control to be used as drop-down. Please note that this control must not be contained elsewhere.
See Also