[]
Represents type of the context menu.
public enum ContextMenuType
Public Enum ContextMenuType
| Name | Description |
|---|---|
| CellEditing | Indicates that the context menu is for editing cell. |
| Chart | Indicates that the context menu is for chart. |
| ColumnFooter | Indicates that the context menu is for column footer. |
| ColumnHeader | Indicates that the context menu is for column header. |
| Corner | Indicates that the context menu is for corner. |
| FilterBar | Indicates that the context menu is for filter bar. |
| General | Indicates that the context menu is for general use. |
| None | Indicates that there is no context menu. |
| RowHeader | Indicates that the context menu is for row header. |
| Shape | Indicates that the context menu is for shape. |
| ShapeDrag | Indicates that the context menu is for dragging shape with right mouse button. |
| ShapeNode | Indicates that the context menu is for shape node. |
| TabStrip | Indicates that the context menu is for tab strip. |
| Viewport | Indicates that the context menu is for viewport. |