ArcObjects Library Reference (ArcGlobe)  

IGMxDocumentEvents.OnContextMenu Method

Fired when a context menu should be displayed at the given xy location. Returns true if handled.

[Visual Basic .NET]
Public Sub OnContextMenu ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByRef handled As Boolean _
)
[C#]
public void OnContextMenu (
    int x,
    int y,
    ref bool handled
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGMxDocumentEvents Interface