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


IToolbarPalette.ToolTips Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

IToolbarPalette.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(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_ToolTips(
  VARIANT_BOOL pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IToolbarPalette Interface