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
public int MaxDrop {get; set;}
See Also