'Declaration
Public Property DropDownMaxHeight As Integer
'Usage
Dim instance As GcComboBox Dim value As Integer instance.DropDownMaxHeight = value value = instance.DropDownMaxHeight
public int DropDownMaxHeight {get; set;}
Property Value
A System.Int32 value indicates the max height of the drop down window.The default is 150.