Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / MaxDrop Property


In This Topic
MaxDrop Property (FpCombo)
In This Topic
Gets or sets the number of items to show in the drop-down list at one time in the combo box.
Syntax
'Declaration
 
Public Property MaxDrop As Integer
 
'Usage
 
Dim instance As FpCombo
Dim value As Integer
 
instance.MaxDrop = value
 
value = instance.MaxDrop
See Also