GadgetToolTip3D()

语法

GadgetToolTip3D(#Gadget3D, Text$)
概要
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).

参数

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

返回值

无.

Remarks

This function is supported by the following 3D gadgets:

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

已支持操作系统

所有

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