Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / MaxDropDownItems Property


MaxDropDownItems Property (GcComboBox)
Gets or sets the maximum number of items to be shown in the drop-down portion of the GcComboBox.
Syntax
'Declaration
 
Public Property MaxDropDownItems As Integer
 
'Usage
 
Dim instance As GcComboBox
Dim value As Integer
 
instance.MaxDropDownItems = value
 
value = instance.MaxDropDownItems

Property Value

The maximum number of items of in the drop-down portion. The minimum for this property is 1 and the maximum is 100.
Exceptions
ExceptionDescription
The maximum number is set less than one or greater than 100.
See Also