52namespace StandardApplicationCommandIDs
@ paste
The command ID that should be used to send a "Paste from clipboard" command.
@ quit
This command ID should be used to send a "Quit the App" command.
@ del
The command ID that should be used to send a "Delete" command.
@ deselectAll
The command ID that should be used to send a "Deselect all" command.
@ redo
The command ID that should be used to send a "redo" command.
@ undo
The command ID that should be used to send a "undo" command.
@ cut
The command ID that should be used to send a "Cut" command.
@ copy
The command ID that should be used to send a "Copy to clipboard" command.
@ selectAll
The command ID that should be used to send a "Select all" command.
int CommandID
A type used to hold the unique ID for an application command.