Share via


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)

Syntax

'Declaration
Function AllowContextMenuAtLocation ( _
    location As Point _
) As Boolean
bool AllowContextMenuAtLocation(
    Point location
)
bool AllowContextMenuAtLocation(
    Point location
)
abstract AllowContextMenuAtLocation : 
        location:Point -> bool 
function AllowContextMenuAtLocation(
    location : Point
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ICallHierarchyToolWindowUI Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace