C1.Win.C1Ribbon.4.8 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 _
) 
 

Parameters

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