Method XbpCombobox():showBalloonTip() Foundation

Displays a balloon-like window with information on the combo box.

Syntax
:showBalloonTip( [<nType>], [<cTitle>], <cText> ) --> lSuccess
Return

This method returns the value .T. (true) if the balloon tip window is displayed, otherwise it returns .F. (false).

Description

The method :showBalloonTip() displays a balloon-like information window over the edit component of a combo box object, similar to a tool tip. See the documentation on the base class implementation XbpSLE:showBalloonTip()for further information on arguments, return value and behavior.

Balloon tip windows are supported only for combo boxes of type XBPCOMBO_SIMPLE and XBPCOMBO_DROPDOWN. Moreover, a manifest file or resource must be defined for the application. If no manifest is defined, calling :showBalloonTip() has no effect.

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.