SetGadgetItemState3D()

Syntax

SetGadgetItemState3D(#Gadget3D, Item, State)
Description
Changes the item state of the specified #Gadget3D.

Parameters

#Gadget3D The gadget to use.
Item The item to set the state. First item index starts from zero.
State The new state of the 3D gadget item. Its value depends of the gadget type:
- ListViewGadget3D(): 1 if the item should be selected, 0 otherwise.

Return value

None.

Supported OS

All

<- SetGadgetItemData3D() - Gadget3D Index - SetGadgetItemText3D() ->