IMaskedTextProvider Interface |
Namespace: Eto.Forms
The IMaskedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayText |
Gets the display text, including prompt characters.
|
![]() | EditPositions |
Gets an enumeration of all valid edit positions in the mask.
|
![]() | IsEmpty |
Gets a value indicating the mask is empty with no characters filled out.
|
![]() | MaskCompleted |
Gets a value indicating whether the mask has all required text to pass its validation.
|
![]() | 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.
|