ArcObjects Library Reference (PublisherControls)  

IARCommandInfo.Tooltip Property

The tooltip of the command.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the Tooltip of the specified ARTool command.

Remarks

For example, use the Tooltip to set the label caption that appears when the mouse moves over an ARTool. 

See Also

IARCommandInfo Interface