FixedMaskedTextProvider Class |
Namespace: Eto.Forms
The FixedMaskedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedMaskedTextProvider |
Initializes a new instance of the FixedMaskedTextProvider class.
|
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.
|
![]() | DisplayText |
Gets the display text, including prompt characters.
|
![]() | EditPositions |
Gets an enumeration of all valid edit positions in the mask.
|
![]() | 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.
|
![]() | IsEmpty |
Gets a value indicating the mask is empty with no characters filled out.
|
![]() | 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.
|
![]() | MaskCompleted |
Gets a value indicating whether the mask has all required text to pass its validation.
|
![]() | 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.
|
![]() | Text |
Gets or sets the text, usually excluding prompt or literal characters depending on the mask provider.
|
Name | Description | |
---|---|---|
![]() | Clear |
Called to clear a range of characters at the specified position in the masked text.
|
![]() | Delete |
Called to delete a range of characters at the specified position in the masked text.
|
![]() | Insert |
Called to insert a character at the specified position in the masked text.
|
![]() | Replace |
Called to replace a character at the specified position in the masked text.
|