'Declaration
Public Enum ContextMenuCommands Inherits System.Enum
public enum ContextMenuCommands : System.Enum
'Declaration
Public Enum ContextMenuCommands Inherits System.Enum
public enum ContextMenuCommands : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.ContextMenuCommands