This document is archived and information here might be outdated.  Recommended version.


IARCommandInfo.Message Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARCommandInfo.Message Property

The message of the command.

[Visual Basic .NET]
Public ReadOnly Property Message As String
[C#]
public string Message {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the Message of the specified ARTool command. For example, use the Message to set the text that appears in a status bar as the mouse moves over an ARTool.

Remarks

For example, use the Message to set the text that appears in a status bar as the mouse moves over an ARTool.

See Also

IARCommandInfo Interface