MobileForms Toolkit Documentation

ItemMaskedTextBox.PromptChar Property

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

public char PromptChar {get; set;}

Property Value

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

Remarks

PromptChar will be displayed in Resco.Controls.MaskedTextBox for any mask position that the user has not yet filled in.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace