SetGadgetText3D()
语法
SetGadgetText3D(#Gadget3D, Text$)概要
Change the gadget text content of the specified 3D gadget.
参数
#Gadget3D The gadget to use. Text$ The new 3D gadget text.
返回值
无.
Remarks
This function is supported by the following 3D gadgets:
- ButtonGadget3D(): change the text of the ButtonGadget.
- ComboBoxGadget3D(): Set the displayed text. If the ComboBoxGadget is not editable, the text must be in the dropdown list.
- EditorGadget3D(): change the text content of the editor gadget. If you want to add several lines of text at once, separate them with "Chr(13)+Chr(10)".
- FrameGadget3D(): change the title of the FrameGadget.
- ListViewGadget3D(): selects the item that exactly matches the given text.
- StringGadget3D(): change the content of the StringGadget.
- TextGadget3D(): change the content of the TextGadget.
已支持操作系统
所有