This document is archived and information here might be outdated. Recommended version. |
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*
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.