CustomTextMaskInputArgs Members
In This Article
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Action |
Returns the action a user has performed: entered one or multiple characters (Insert), erased characters (Backspace or Delete), clicked a spin button (Spin |
Current |
Returns the zero-based cursor position. To obtain text blocks before and after this position, use the Current |
Current |
Returns the current editor text. This property is different from Result |
Current |
Returns the current editor text that precedes the cursor position or selected text. |
Current |
Returns the currently selected editor text. To obtain the zero-based position of the first and last characters of a selection, use the Current |
Current |
Returns a value of either the Current |
Current |
Returns the zero-based index of the right-most character of the current selection. |
Current |
Returns the zero-based index of the left-most character of the current selection. |
Current |
Returns the current editor text that follows the cursor position or selected text. |
Inserted |
Returns the text string a user attempts to add to this editor. If a user tries to erase text, this property returns String. |
Is |
Returns whether an editor dicards a user action. Editors discard user actions that lead to no changes (for example, a user selects a character and types the same character, or presses Backspace when no characters behind a caret are present). |
Is |
Returns whether a portion of the current editor text is selected (the Current |
Result |
Returns the final position of a caret (cursor) if a user edit is accepted. The current caret position (before a user edit) is stored in the Current |
Result |
Returns the final editor text if user edits are accepted. The current editor text (before a user edit) is stored in the Current |
Result |
Returns the selection anchor if user edits are accepted. |
Tag |
#Methods
Name | Description |
---|---|
Cancel() | Cancels an edit a user attempts to perform. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the final editor text, selection anchor, and cursor position. |
Set |
Sets the final editor text and cursor position. |
To |
Returns the transcript of a user edit in the following format: ‘(Initial |
See Also