IHandler Properties |
The FixedMaskedTextProviderIHandler type exposes the following members.
Name | Description | |
---|---|---|
AllowPromptAsInput |
Gets a value indicating whether the PromptChar can be a valid input character by the user.
| |
AsciiOnly |
Gets a value indicating whether the input only accepts ascii characters A-Z or a-z.
| |
AutoAdvance |
Gets or sets a value indicating that the cursor position will advance past literals to the next available
edit position automatically.
| |
Culture |
Gets the culture for the mask, as specified in the constructor.
| |
IncludeLiterals |
Gets or sets a value indicating that the Text property includes literals in the mask.
| |
IncludePrompt |
Gets or sets a value indicating that the Text property includes prompt characters for each
edit position in the mask.
| |
IsPassword |
Gets or sets a value indicating whether the mask should be password protected.
| |
Mask |
Gets the mask for this provider, as specified in the constructor.
| |
MaskFull |
Gets a value indicating that all available edit positions in the mask have been filled out.
| |
PasswordChar |
In password mode, gets or sets the character to show for filled edit characters in the mask.
| |
PromptChar |
Gets or sets the character to show for each unfilled edit position in the mask.
| |
SkipLiterals |
Gets or sets a value indicating that the user can type literals to skip them in the mask.
|