MobileForms Toolkit Documentation

MaskedTextProvider.IncludePrompt Property

Gets or sets a value indicating whether PromptChar is used to represent the absence of user input when displaying the formatted string.

public bool IncludePrompt {get; set;}

Property Value

true if the prompt character is used to represent the positions where no user input was provided; otherwise, false. The default is false.

Remarks

The IncludePrompt and IncludeLiterals properties will determine whether prompt and literal characters appear when using the Text property. By setting both of these properties to false, the parsed string will represent only the characters entered by the user.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace