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