ShowContextMenu(Control) Method
In This Topic
Displays the contextual menu at the center of the specified control.
Syntax
'Declaration
Public Overloads Sub ShowContextMenu( _
ByVal As Control _
)
public void ShowContextMenu(
Control
)
Parameters
- control
- The control used for positioning of the context menu.
See Also