This topic has not yet been rated - Rate this topic

ICallHierarchyToolWindowUI.AllowContextMenuAtLocation Method

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

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
bool AllowContextMenuAtLocation(
	Point location
)

Parameters

location
Type: Point

The location to test.

Return Value

Type: Boolean
true if a shortcut menu is allowed at the given location; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.