The menu string.
[Visual Basic .NET] Public ReadOnly Property MenuString As String
[C#] public string MenuString {get;}
[C++]
HRESULT get_MenuString(
BSTR* 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.