ICallHierarchyToolWindowUI.AllowContextMenuAtLocation(Point) Method

Definition

Determines whether a shortcut menu is allowed at the given location.

public:
 bool AllowContextMenuAtLocation(System::Windows::Point location);
public bool AllowContextMenuAtLocation (System.Windows.Point location);
abstract member AllowContextMenuAtLocation : System.Windows.Point -> bool
Public Function AllowContextMenuAtLocation (location As Point) As Boolean

Parameters

location
Point

The location to test.

Returns

true if a shortcut menu is allowed at the given location; otherwise, false.

Applies to