ComponentOne Ribbon for WinForms
ShowContextMenu(Point) Method

C1.Win.C1Ribbon.4 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.
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

Reference

C1Ribbon Class
C1Ribbon Members
Overload List