GetGadgetItemText3D()

Syntax

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

Parameters

#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.

Return value

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.

See Also

SetGadgetItemText3D()

Supported OS

All

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