 | CustomComboBoxAllowResizeDropDown Property |
Indicates if drop-down is resizable.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool AllowResizeDropDown { get; set; }
Public Property AllowResizeDropDown As Boolean
Get
Set
public:
property bool AllowResizeDropDown {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Boolean
See Also