'Declaration
Public Enum ContextMenuType Inherits System.Enum
'Usage
Dim instance As ContextMenuType
public enum ContextMenuType : System.Enum
'Declaration
Public Enum ContextMenuType Inherits System.Enum
'Usage
Dim instance As ContextMenuType
public enum ContextMenuType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ContextMenuType