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


In This Topic
PromptChar Property
In This Topic
Gets or sets the symbol used to show input positions in the control.
Syntax
'Declaration
 
<Foundation.ExportAttribute("PromptChar")>
<BrowsableAttribute(True)>
Public Property PromptChar As Char
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Char
 
instance.PromptChar = value
 
value = instance.PromptChar
See Also