Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItem Class / OnShowContextMenu Method

In This Topic
    OnShowContextMenu Method (RibbonGalleryItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnShowContextMenu( _
       ByVal e As MouseEventArgs _
    ) 
    protected virtual void OnShowContextMenu( 
       MouseEventArgs e
    )

    Parameters

    e
    See Also