Version

MaskedInputCommandId Enumeration

Syntax
'Declaration
 
Public Enum MaskedInputCommandId 
   Inherits System.Enum
public enum MaskedInputCommandId : System.Enum 
Members
MemberDescription
AfterLastCharacterCommand for moving the caret position after the last character.
BackspaceCommand 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.
CopyCommand for copying the selected text.
CutCommand for cutting the selected text.
DeleteCommand for deleting selected text. If nothing is selected then the character at the current caret position will be deleted.
FirstCharacterCommand for moving the caret position to the first character.
NextCharacterCommand for moving the caret position to the next character.
NextSectionCommand for moving the caret position to the next section.
NotACommandDoes nothing. NotACommand is always ignored.
PasteCommand for pasting clipboard contents into the editor.
PreviousCharacterCommand for moving the caret position to the previous character.
PreviousSectionCommand for moving the caret position to the previous section.
RedoCommand for undoing last change to the value.
SelectAllCommand for selecting all the characters.
SelectSectionCommand for selecting all the characters of the current section.
SetPivotCommand for setting the pivot at where the caret is currently.
SpinDownCommand for spinning down the value of the section.
SpinUpCommand for spinning up the value of the section.
ToggleDropDownCommand for toggling the drop down state of the XamDateTimeEditor.
ToggleInsertionModeCommand for toggling insert mode.
UndoCommand for undoing last change to the value.
Requirements

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

See Also