Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ContextMenuType Enumeration


ContextMenuType Enumeration
Represents type of the context menu.
Syntax
'Declaration
 
Public Enum ContextMenuType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ContextMenuType
Members
MemberDescription
GeneralIndicates that the context menu is for general use.
ShapeIndicates that the context menu is for shape.
ShapeDragIndicates that the context menu is for dragging shape with right mouse button.
ShapeNodeIndicates that the context menu is for shape node.
TabStripIndicates that the context menu is for tabstrip.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.ContextMenuType

See Also