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


In This Topic
DropDownWidth Property
In This Topic
Gets or sets the width of the drop-down object.
Syntax
'Declaration
 
Public Property DropDownWidth As Double
 
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
See Also