This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICommand Interface > ICommand.Message Property (ArcObjects .NET 10.5 SDK) |
The statusbar message for this command.
[Visual Basic .NET] Public ReadOnly Property Message As String
[C#] public string Message {get;}
[C++]
HRESULT get_Message(
BSTR* Message
);
[C++]
Parameters Message [out, retval] Message is a parameter of type BSTR
When implementing ICommand to create a custom command, use the Message property to set the message string that appears in the statusbar of the application when the mouse passes over the command.