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


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