[]
Specifies commands that may be executed from the context menu.
public enum ContextMenuCommands
| Name | Description |
|---|---|
| Clear | Clear the content of the selection without copying it to the clipboard. |
| Copy | Copy the selection to the clipboard. |
| Cut | Cut the selection to the clipboard. |
| DeleteColumns | Delete the selected columns. |
| DeleteRows | Delete the selected rows. |
| InsertColumns | Insert new columns at the cursor. |
| InsertRows | Insert new rows at the cursor. |
| Paste | Paste the contents of the selection over the current selection. |