This document is archived and information here might be outdated.  Recommended version.


IShapeConstructor.OnContextMenu Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IShapeConstructor.OnContextMenu Method

Context menu event occured at the given xy location.

[Visual Basic .NET]
Public Function OnContextMenu ( _
    ByVal X As Integer, _
    ByVal Y As Integer _
) As Boolean
[C#]
public bool OnContextMenu (
    int X,
    int Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface