ComponentOne Menus and Toolbars for WinForms
ShowContextMenu Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1ContextMenu Class : ShowContextMenu Method
The control where the context menu is to be shown.
The point in the control client area where the context menu is to be shown.
Shows the menu at the specified location.
Syntax
'Declaration
 
Public Sub ShowContextMenu( _
   ByVal control As System.Windows.Forms.Control, _
   ByVal pt As System.Drawing.Point _
) 
public void ShowContextMenu( 
   System.Windows.Forms.Control control,
   System.Drawing.Point pt
)

Parameters

control
The control where the context menu is to be shown.
pt
The point in the control client area where the context menu is to be shown.
See Also

Reference

C1ContextMenu Class
C1ContextMenu Members