 | CustomComboBoxDropDownWidth Property |
Gets or sets the width of the of the drop-down portion of a combo box.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic int DropDownWidth { get; set; }
Public Property DropDownWidth As Integer
Get
Set
public:
property int DropDownWidth {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32Return Value
Type:
Int32
The width, in pixels, of the drop-down box.
Exceptions
See Also