 | CustomComboBoxControlSize Property |
Gets or sets the size of the drop-down control itself.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic Size ControlSize { get; set; }
Public Property ControlSize As Size
Get
Set
public:
property Size ControlSize {
Size get ();
void set (Size value);
}
Request Example
View SourceProperty Value
Type:
SizeThe size of the drop-down control.
See Also