In This Topic
Shows the menu at the specified location.
Syntax
'Declaration
Public Sub ShowContextMenu( _
ByVal As Control, _
ByVal As Point _
)
public void ShowContextMenu(
Control ,
Point
)
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