'Declaration Public Enum MaskedEditAction Inherits System.Enum
public enum MaskedEditAction : System.Enum
Member | Description |
---|---|
AfterLastCharacter | move the caret to the end of the text |
Backspace | backspace operation when delete key is pressed |
Copy | Copy action |
Cut | Cut action |
Delete | delete operation when delete key is pressed |
DownKeyAction | action associated with down arrow key |
FirstCharacter | move the caret to the beginning of the text |
NextCharacter | move to next character |
NextControl | go to next control |
NextSection | move to next section |
Paste | Paste action |
PrevCharacter | move to prev character |
PrevControl | go to prev control |
PrevSection | move to prev section |
SelectSection | Selects the current section. If there is some text already selected, it will deselect it and then select the current section. |
SetPivot | set's the position of pivot to current caret position |
ToggleInsertionMode | toggle the insertion mode |
UpKeyAction | action associated with up arrow key |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2