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


In This Topic
SecureTextEntry Property
In This Topic
Gets or sets the sercure text entry type.
Syntax
'Declaration
 
Public Overrides Property SecureTextEntry As Boolean
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Boolean
 
instance.SecureTextEntry = value
 
value = instance.SecureTextEntry
See Also