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


ICommand.Tooltip Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICommand Interface > ICommand.Tooltip Property
ArcGIS Developer Help

ICommand.Tooltip Property

The tooltip for this command.

[Visual Basic .NET]
Public ReadOnly Property Tooltip As String
[C#]
public string Tooltip {get;}
[C++]
HRESULT get_Tooltip(
  System.String* Tooltip
);
[C++]
Parameters
Tooltip [out, retval]

Tooltip is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing ICommand to create a custom command, use the ToolTip property to set the string that appears in the screen tip when the mouse hovers over the command.

See Also

ICommand Interface