The following tables list the members exposed by MaskedEditorCommands.
Name | Description | |
---|---|---|
MaskedEditorCommands Constructor |
Name | 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 | Represents a command which 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. If the editor is not in edit mode, this command will put the editor in edit mode. | |
ToggleInsertionMode | Command for toggling insert mode. | |
Undo | Command for undoing last change to the value. |
Name | Description | |
---|---|---|
LoadCommands | This 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. | |
ProcessKeyboardInput | (Inherited from Infragistics.Windows.Commands.Commands<XamMaskedEditor>) |
Name | Description | |
---|---|---|
GetKeyboardParameter | (Inherited from Infragistics.Windows.Commands.Commands<XamMaskedEditor>) |