System.ComponentModel.MaskedTextProvider.PromptChar Property

Gets or sets the character used to represent the absence of user input for all available edit positions.

Syntax

public char PromptChar { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The MaskedTextProvider.PromptChar property represents the prompt character that is used by the MaskedTextProvider.ToDisplayString and erload:System.ComponentModel.MaskedTextProvider.ToString methods to represent the current state of the formatted input string. A prompt character is placed in editable positions that have not yet been assigned an input value. Some versions of the erload:System.ComponentModel.MaskedTextProvider.ToString method also depend on the value of the MaskedTextProvider.IncludePrompt property.

Requirements

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