This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IO > IOperation Interface > IOperation.MenuString Property (ArcObjects .NET 10.4 SDK) |
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
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.