ScreenGadgetToolTip()

Syntax

ScreenGadgetToolTip(#ScreenGadget, Text$)
Description
Associates the specified Text$ with the gadget. A tooltip text is text which is displayed when the mouse cursor is over the gadget for a small amount of time (typically a yellow floating box).

Parameters

#ScreenGadget The gadget to use.
Text$ The text to display in the tooltip.

Return value

None.

Remarks

This function is supported by the following gadgets:

- ButtonScreenGadget()
- CheckBoxScreenGadget()
- ComboBoxScreenGadget()
- ContainerScreenGadget()
- EditorScreenGadget()
- ImageScreenGadget()
- ListViewScreenGadget()
- OptionScreenGadget()
- PanelScreenGadget()
- ProgressBarScreenGadget()
- ScrollBarScreenGadget()
- StringScreenGadget()

Supported OS

All

<- ScreenGadgetSkin() - ScreenGadget Index - ScreenGadgetType() ->