Member variable XbpToolBarButton():tooltipText Foundation

Specifies the tooltip text to be displayed by a tool bar button.

Attribute: EXPORTED
Data type: Character ("")
Description

The XbpToolBar class supports to automatically display so-called tooltips whenever the mouse pointer hovers over the object for a certain time. 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 assigns a character string with the message to be displayed to the button's :toolTipTextinstance variable.

An instance of the XbpToolBar class only displays tooltip messages if the :showToolTips instance variable contains the value .T. (TRUE).

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.