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


IOperation.MenuString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.MenuString Property
ArcGIS Developer Help

IOperation.MenuString Property

The menu string.

[Visual Basic .NET]
Public ReadOnly Property MenuString As String
[C#]
public string MenuString {get;}
[C++]
HRESULT get_MenuString(
  System.String* text
);
[C++]
Parameters
text [out, retval]

text is a parameter of type BSTR*

Product Availability

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

Description

The MenuString associated with the Operation. This is used by the application framework to populate the Edit menu in ArcMap. For example, adding a layer to ArcMap adds the menu string of the Operation "Undo Add Layers(s)" to the Edit menu.

See Also

IOperation Interface