GetGadgetItemText3D()

语法

Result$ = GetGadgetItemText3D(#Gadget3D, Item [, Column])
概要
Returns the item text of the specified 3D gadget item.

参数

#Gadget3D The 3D gadget to use.
Item The item to get the text. First item index starts from zero.
Column (optional) Not used for now.

返回值

The item text of the specified 3D gadget item.

Remarks

This function is supported by the following 3D gadgets:

- ComboBoxGadget3D() - 'Item' is the index of the item in the ComboBox list. 'Column' will be ignored.
- ListViewGadget3D() - 'Item' is the index of the entry from which you want to receive the content. 'Column' will be ignored.
- PanelGadget3D() - 'Item' is the panel from which you want to receive the header text.

参阅

SetGadgetItemText3D()

已支持操作系统

所有

<- GetGadgetItemState3D() - Gadget3D Index - GetGadgetState3D() ->