GetGadgetItemState3D()

Syntax

Result = GetGadgetItemState3D(#Gadget3D, Item)
Description
Returns the item state of the specified 3D gadget item.

Parameters

#Gadget3D The 3D gadget to use.
Item The item to get the state. First item index starts from zero.

Return value

The item state of the specified 3D gadget item.

Remarks

This function is supported by the following 3D gadgets:

- ListViewGadget3D(): returns 1 if the item is selected, 0 otherwise.

See Also

SetGadgetItemState3D()

Supported OS

All

<- GetGadgetItemData3D() - Gadget3D Index - GetGadgetItemText3D() ->