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


IToolbarControlDefault.ToolTips Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarControlDefault Interface > IToolbarControlDefault.ToolTips Property
ArcGIS Developer Help

IToolbarControlDefault.ToolTips Property

Indicates if the items tooltips are shown.

[Visual Basic .NET]
Public Property ToolTips As Boolean
[C#]
public bool ToolTips {get; set;}
[C++]
HRESULT get_ToolTips(
void
);
[C++]
HRESULT put_ToolTips(
);

Product Availability

Available with ArcGIS Engine.

Description

Determines whether each item on the ToolbarControl will display the ICommand::Tooltip property when the mouse cursor is held over the item. This property is true by default.

See Also

IToolbarControlDefault Interface