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


In This Topic
ShowButton Property
In This Topic
Gets or sets a value that indicates whether the control should display a dropdown button.
Syntax
'Declaration
 
Public Property ShowButton As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowButton = value
 
value = instance.ShowButton
See Also