ICallHierarchyToolWindowUI.AllowContextMenuAtLocation(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.