GadgetToolTip3D()

Syntax

GadgetToolTip3D(#Gadget3D, Text$)
Description
Associates the specified Text$ with the 3D 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

#Gadget3D The 3D gadget to use.
Text$ The text to display in the tooltip.

Return value

None.

Remarks

This function is supported by the following 3D gadgets:

- ButtonGadget3D()
- CheckBoxGadget3D()
- ComboBoxGadget3D()
- ContainerGadget3D()
- EditorGadget3D()
- ImageGadget3D()
- ListViewGadget3D()
- OptionGadget3D()
- PanelGadget3D()
- ProgressBarGadget3D()
- ScrollBarGadget3D()
- SpinGadget3D()
- StringGadget3D()

Supported OS

All

<- GadgetID3D() - Gadget3D Index - GadgetType3D() ->