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


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