ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / ShowContextMenu Method / ShowContextMenu(Point) Method
The upper-left (upper-right for RTL mode) corner of the contextual menu in screen coordinates.

In This Topic
    ShowContextMenu(Point) Method
    In This Topic
    Displays the contextual menu at the specified screen position.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowContextMenu( _
       ByVal pt As System.Drawing.Point _
    ) 
    public void ShowContextMenu( 
       System.Drawing.Point pt
    )

    Parameters

    pt
    The upper-left (upper-right for RTL mode) corner of the contextual menu in screen coordinates.
    See Also