Gets or sets a value indicating whether System.Windows.Forms.MaskedTextBox.PromptChar is used to represent the absence of user input when displaying the formatted string.
Documentation for this section has not yet been entered.
The MaskedTextProvider.IncludePrompt and MaskedTextProvider.IncludeLiterals properties will determine whether prompt and literal characters appear when calling the erload:System.ComponentModel.MaskedTextProvider.ToString method. By setting both of these properties to false, the parsed string will represent only the characters entered by the user.