Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ContextMenuType Enumeration


In This Topic
    ContextMenuType Enumeration
    In This Topic
    Represents type of the context menu.
    Syntax
    'Declaration
     
    
    Public Enum ContextMenuType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ContextMenuType
    public enum ContextMenuType : System.Enum 
    Members
    MemberDescription
    CellEditingIndicates that the context menu is for editing cell.
    ChartIndicates that the context menu is for chart.
    ColumnFooterIndicates that the context menu is for column footer.
    ColumnHeaderIndicates that the context menu is for column header.
    CornerIndicates that the context menu is for corner.
    FilterBarIndicates that the context menu is for filter bar.
    GeneralIndicates that the context menu is for general use.
    NoneIndicates that there is no context menu.
    RowHeaderIndicates that the context menu is for row header.
    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 tab strip.
    ViewportIndicates that the context menu is for viewport.
    Inheritance Hierarchy

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

    See Also