System.ComponentModel.MaskedTextProvider.IncludePrompt Property

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.

Syntax

public bool IncludePrompt { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0