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


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