Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItemClickEventArgs Class / MenuType Property
Example


In This Topic
    MenuType Property (MenuItemClickEventArgs)
    In This Topic
    Gets the type of the menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MenuType As ContextMenuType
    'Usage
     
    
    Dim instance As MenuItemClickEventArgs
    Dim value As ContextMenuType
     
    value = instance.MenuType
    public ContextMenuType MenuType {get;}

    Property Value

    The type of the menu.
    Example
    This example uses the MenuType property.
    See Also