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


In This Topic
AutoClose Property
In This Topic
Gets or sets auto closes the drop when the user hits outside it.
Syntax
'Declaration
 
Public Property AutoClose As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.AutoClose = value
 
value = instance.AutoClose
See Also