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


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

Property Value

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