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


IShapeConstructor.OnContextMenu Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.OnContextMenu Method
ArcGIS Developer Help

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