Version

MaskedEditorCommands Class Members

The following tables list the members exposed by MaskedEditorCommands.

Public Constructors
 NameDescription
Public ConstructorMaskedEditorCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AfterLastCharacterCommand for moving the caret position after the last character.  
Public Fieldstatic (Shared in Visual Basic)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.  
Public Fieldstatic (Shared in Visual Basic)CopyCommand for copying the selected text.  
Public Fieldstatic (Shared in Visual Basic)CutCommand for cutting the selected text.  
Public Fieldstatic (Shared in Visual Basic)DeleteCommand for deleting selected text. If nothing is selected then the character at the current caret position will be deleted.  
Public Fieldstatic (Shared in Visual Basic)FirstCharacterCommand for moving the caret position to the first character.  
Public Fieldstatic (Shared in Visual Basic)NextCharacterCommand for moving the caret position to the next character.  
Public Fieldstatic (Shared in Visual Basic)NextSectionCommand for moving the caret position to the next section.  
Public Fieldstatic (Shared in Visual Basic)NotACommandRepresents a command which is always ignored.  
Public Fieldstatic (Shared in Visual Basic)PasteCommand for pasting clipboard contents into the editor.  
Public Fieldstatic (Shared in Visual Basic)PreviousCharacterCommand for moving the caret position to the previous character.  
Public Fieldstatic (Shared in Visual Basic)PreviousSectionCommand for moving the caret position to the previous section.  
Public Fieldstatic (Shared in Visual Basic)RedoCommand for undoing last change to the value.  
Public Fieldstatic (Shared in Visual Basic)SelectAllCommand for selecting all the characters.  
Public Fieldstatic (Shared in Visual Basic)SelectSectionCommand for selecting all the characters of the current section.  
Public Fieldstatic (Shared in Visual Basic)SetPivotCommand for setting the pivot at where the caret is currently.  
Public Fieldstatic (Shared in Visual Basic)SpinDownCommand for spinning down the value of the section.  
Public Fieldstatic (Shared in Visual Basic)SpinUpCommand for spinning up the value of the section.  
Public Fieldstatic (Shared in Visual Basic)ToggleDropDownCommand for toggling the drop down state of the XamDateTimeEditor. If the editor is not in edit mode, this command will put the editor in edit mode.  
Public Fieldstatic (Shared in Visual Basic)ToggleInsertionModeCommand for toggling insert mode.  
Public Fieldstatic (Shared in Visual Basic)UndoCommand for undoing last change to the value.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)LoadCommandsThis method is provided as a convenience for initializing the statics in this class which kicks off the process of setting up and registering the commands.  
Public MethodProcessKeyboardInput (Inherited from Infragistics.Windows.Commands.Commands<XamMaskedEditor>)
Protected Methods
 NameDescription
Protected MethodGetKeyboardParameter (Inherited from Infragistics.Windows.Commands.Commands<XamMaskedEditor>)
See Also