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


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