Edit

Share via


MaskedTextProvider.AllowPromptAsInput Property

Definition

Gets a value indicating whether the prompt character should be treated as a valid input character or not.

public:
 property bool AllowPromptAsInput { bool get(); };
public bool AllowPromptAsInput { get; }
member this.AllowPromptAsInput : bool
Public ReadOnly Property AllowPromptAsInput As Boolean

Property Value

true if the user can enter PromptChar into the control; otherwise, false. The default is true.

Remarks

The AllowPromptAsInput property's value is set in the MaskedTextProvider constructor.

Even when AllowPromptAsInput is true, the prompt character must be valid for the current ___location in the mask in order to be accepted.

Applies to

See also