IManagementUIService.ShowContextMenu(Point) Method

Definition

Provides the location for a shortcut menu.

public:
 void ShowContextMenu(System::Drawing::Point location);
public void ShowContextMenu (System.Drawing.Point location);
abstract member ShowContextMenu : System.Drawing.Point -> unit
Public Sub ShowContextMenu (location As Point)

Parameters

location
Point

A Point object that specifies the position at which to put the shortcut menu.

Applies to