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


IPlugInGxIntegration.ContextMenu Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInGxIntegration Interface > IPlugInGxIntegration.ContextMenu Property
ArcGIS Developer Help

IPlugInGxIntegration.ContextMenu Property

The CLSID for the context menu for the dataset type.

[Visual Basic .NET]
Public Function get_ContextMenu ( _
    ByVal dsType As esriDatasetType _
) As UID
[C#]
public UID get_ContextMenu (
    esriDatasetType dsType
);
[C++]
HRESULT get_ContextMenu(
  esriDatasetType dsType,
  IUID** ClassID
);
[C++]
Parameters
dsType [in]

dsType is a parameter of type esriDatasetType ClassID [out, retval]
ClassID is a parameter of type IUID**

Product Availability

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

See Also

IPlugInGxIntegration Interface