ArcObjects Library Reference (Controls)  

IEngineSketchOperation.SetMenuString Method

Sets the text that appears in the undo menu choice.

[Visual Basic .NET]
Public Sub SetMenuString ( _
    ByVal MenuString As String _
)
[C#]
public void SetMenuString (
    string MenuString
);
[C++]
HRESULT SetMenuString(
  BSTR MenuString
);
[C++]

Parameters

MenuString [in]   MenuString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine.

See Also

IEngineSketchOperation Interface