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