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