Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuType Enumeration
Example Example


In This Topic
    ContextMenuType Enumeration
    In This Topic
    The Spread menu types.
    Syntax
    'Declaration
     
    
    Public Enum ContextMenuType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ContextMenuType
    public enum ContextMenuType : System.Enum 
    Members
    MemberDescription
    ColumnHeaderSpecifies the column header context menu
    RowHeaderSpecifies the row header context menu
    ViewportSpecifies the viewport context menu
    Example
    This example uses the ContextMenuType enumeration.
    Inheritance Hierarchy

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

    See Also