 | CustomComboBoxMaxDropDownItems Property |
Gets or sets the maximum number of items to be shown in 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 MaxDropDownItems { get; set; }
Public Property MaxDropDownItems As Integer
Get
Set
public:
property int MaxDropDownItems {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32Return Value
Type:
Int32
The maximum number of items of in the drop-down portion. The minimum for this property is 1 and the maximum is 100.
ExceptionsException | Condition |
---|
ArgumentException |
The maximum number is set less than one or greater than 100.
|
See Also