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


IARCommandInfo.Tooltip Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARCommandInfo Interface > IARCommandInfo.Tooltip Property
ArcGIS Developer Help

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