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
.