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