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