Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / ShowContextMenu Method / ShowContextMenu(Control) Method
The control used for positioning of the context menu.

In This Topic
    ShowContextMenu(Control) Method
    In This Topic
    Displays the contextual menu at the center of the specified control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ShowContextMenu( _
       ByVal control As Control _
    ) 
    public void ShowContextMenu( 
       Control control
    )

    Parameters

    control
    The control used for positioning of the context menu.
    See Also