C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / MaxDropDownHeight Property


In This Topic
MaxDropDownHeight Property
In This Topic
Gets or sets the maximum length constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MaxDropDownHeight As Double
 
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.MaxDropDownHeight = value
 
value = instance.MaxDropDownHeight
See Also