TCnMaskedTextBox.PromptChar Property

Gets or sets the character used to represent the absence of user input in MaskedTextBox.

Namespace: CNClrLib.Control.MaskedTextBox
published
 property PromptChar: Char read GetPromptChar write SetPromptChar default '_';

Property Value

Type: Char

The character used to prompt the user for input. The default is an underscore (_).