'Declaration Public Enum MaskedInputCommandId Inherits System.Enum
public enum MaskedInputCommandId : System.Enum
Member | Description |
---|---|
AfterLastCharacter | Command for moving the caret position after the last character. |
Backspace | Command for performing a 'Backspace' key operation. This command deletes the selected text. If nothing is selected then the character before the current caret position will be deleted. |
Copy | Command for copying the selected text. |
Cut | Command for cutting the selected text. |
Delete | Command for deleting selected text. If nothing is selected then the character at the current caret position will be deleted. |
FirstCharacter | Command for moving the caret position to the first character. |
NextCharacter | Command for moving the caret position to the next character. |
NextSection | Command for moving the caret position to the next section. |
NotACommand | Does nothing. NotACommand is always ignored. |
Paste | Command for pasting clipboard contents into the editor. |
PreviousCharacter | Command for moving the caret position to the previous character. |
PreviousSection | Command for moving the caret position to the previous section. |
Redo | Command for undoing last change to the value. |
SelectAll | Command for selecting all the characters. |
SelectSection | Command for selecting all the characters of the current section. |
SetPivot | Command for setting the pivot at where the caret is currently. |
SpinDown | Command for spinning down the value of the section. |
SpinUp | Command for spinning up the value of the section. |
ToggleDropDown | Command for toggling the drop down state of the XamDateTimeEditor. |
ToggleInsertionMode | Command for toggling insert mode. |
Undo | Command for undoing last change to the value. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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