C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon 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 System.Windows.Forms.Control _
) 
 

Parameters

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