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


IWMSIdentifyObject.PopUpMenu Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMSIdentifyObject.PopUpMenu Method

Displays a context sensitive popup menu at the specified location.

[Visual Basic .NET]
Public Sub PopUpMenu ( _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void PopUpMenu (
    int x,
    int y
);
[C++]
HRESULT PopUpMenu(
  long x,
  long y
);
[C++]

Parameters x [in] x is a parameter of type long y [in] y is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMSIdentifyObject Interface