AddGadgetItem3D()

语法

AddGadgetItem3D(#Gadget3D, Position, Text$)
概要
Add an item to the specified #Gadget3D.

参数

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

返回值

无.

Remarks

The following gadgets are supported:

- ComboBoxGadget3D()
- ListViewGadget3D()
- PanelGadget3D()

参阅

ComboBoxGadget3D(), ListViewGadget3D(), PanelGadget3D()

已支持操作系统

所有

Gadget3D Index - ButtonGadget3D() ->