The menu string.
[Visual Basic 6.0] Property MenuString As String
[Visual Basic .NET] Public ReadOnly Property MenuString As String
[C#] public string MenuString {get;}
[Java] public getMenuString ( String text )
[C++]
HRESULT get_MenuString(
BSTR* text
);
Parameters
text [out, retval]
text is a parameter of type BSTR
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.