MaxDrop Property (FpCombo)
Gets or sets the number of items to show in the drop-down list at one time in the combo box.
public int MaxDrop {get; set;}
'Declaration
Public Property MaxDrop As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.MaxDrop = value
value = instance.MaxDrop