Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeRightClickEventArgs Class / ContextMenuType Property


In This Topic
    ContextMenuType Property (BeforeRightClickEventArgs)
    In This Topic
    Get type of context menu.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContextMenuType As ContextMenuType
    'Usage
     
    
    Dim instance As BeforeRightClickEventArgs
    Dim value As ContextMenuType
     
    value = instance.ContextMenuType
    public ContextMenuType ContextMenuType {get;}
    See Also