Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ContextMenus Property
Example


In This Topic
    ContextMenus Property
    In This Topic
    Gets the context menus.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContextMenus As ContextMenuCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As ContextMenuCollection
     
    value = instance.ContextMenus
    public ContextMenuCollection ContextMenus {get;}
    Example
    This example creates two menus for the Spread control.
    See Also