MaxDropDownHeight Property (CheckComboBox)
Gets or sets a value representing the maximum dropdown height.
public double MaxDropDownHeight {get; set;}
'Declaration
Public Property MaxDropDownHeight As Double
'Usage
Dim instance As CheckComboBox
Dim value As Double
instance.MaxDropDownHeight = value
value = instance.MaxDropDownHeight
Property Value
A value representing the maximum dropdown height.