Spread Windows Forms 17
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 Property ContextMenuType As ContextMenuType
    'Usage
     
    
    Dim instance As BeforeRightClickEventArgs
    Dim value As ContextMenuType
     
    instance.ContextMenuType = value
     
    value = instance.ContextMenuType
    public ContextMenuType ContextMenuType {get; set;}
    See Also