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


In This Topic
MaskFull Property
In This Topic
Gets a value that indicates whether the mask has been completely filled.
Syntax
'Declaration
 
Public ReadOnly Property MaskFull As Boolean
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Boolean
 
value = instance.MaskFull
See Also