In This Topic
Gets or sets the character used to show spaces where user is supposed to type.
Syntax
'Declaration
<TypeConverterAttribute(System.ComponentModel.CharConverter)>
Public Property PromptChar As Char
'Usage
Dim instance As C1MaskedTextBox
Dim value As Char
instance.PromptChar = value
value = instance.PromptChar
[TypeConverter(System.ComponentModel.CharConverter)]
public char PromptChar {get; set;}
[TypeConverter(System.ComponentModel.CharConverter)]
public:
property char PromptChar {
char get();
void set ( char value);
}
See Also