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


In This Topic
ShowClearButton Property (C1DropDown)
In This Topic
Gets or sets a value that indicates whether the clear button show or not.
Syntax
'Declaration
 
Public Property ShowClearButton As Boolean
 
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowClearButton = value
 
value = instance.ShowClearButton
See Also