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


ICommandBars.ShowToolTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > ICommandBars Interface > ICommandBars.ShowToolTips Property
ArcGIS Developer Help

ICommandBars.ShowToolTips Property

Indicates if tooltips should be shown.

[Visual Basic .NET]
Public Property ShowToolTips As Boolean
[C#]
public bool ShowToolTips {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this setting to specify whether ToolTips will appear on all the toolbars in the ArcGIS applications when you pause the mouse over a button on a command bar.

This is the same setting as the 'Show ToolTips on toolbars' check box on the Options tab of the Customize dailog box in the ArcGIS applications.

See Also

ICommandBars Interface