AddGadgetItem3D()
Syntax
AddGadgetItem3D(#Gadget3D, Position, Text$)Description
Add an item to the specified #Gadget3D.
Parameters
#Gadget3D The 3D gadget to use. Position The item index where the new item should be inserted. To add the item at the start, use a value of 0. To add this item to the end of the current item list, use a value of -1. Remember that when you add an item that all current items which come after the new one will have their positions increased by 1. Text$ The new item text.
Return value
None.
Remarks
The following gadgets are supported:
- ComboBoxGadget3D()
- ListViewGadget3D()
- PanelGadget3D()
See Also
ComboBoxGadget3D(), ListViewGadget3D(), PanelGadget3D()
Supported OS
All