C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / ShowClearButton Property


In This Topic
ShowClearButton Property (C1MaskedTextField)
In This Topic
Gets or sets a value indicating whether show clear button.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowClearButton")>
<BrowsableAttribute(True)>
Public Property ShowClearButton As Boolean
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Boolean
 
instance.ShowClearButton = value
 
value = instance.ShowClearButton
See Also