Member variable XbpToolBar():showToolTips Foundation

Specifies whether tooltips should be displayed by the XbpToolBar object.

Attribute: EXPORTED
Data type: Logicals (.T.)
Description

The XbpToolBar class supports to automatically display so-called tooltips whenever the mouse pointer hovers for a certain time over one the tool bar buttons defined. A tooltip is a small flag that can be used to display informational text about the object the mouse is positioned over.

If an application wants the XbpToolBar object to display a tooltip message when the user positions the mouse over one of its button objects, it must assign the value .T. (TRUE) to the :showToolTips instance variable.

The text displayed by a tooltip must be defined for each button added to an XbpToolBar object. See the instance variable XbpToolBarButton:tooltipText for further information.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.