RemoveGadgetItem()
语法
RemoveGadgetItem(#Gadget, Position)概要
Removes an item of the specified gadget.
参数
#Gadget The gadget to use. Position The item to remove. The first item has the index 0.
返回值
无.
Remarks
The gadget type can be one of the following:
- ComboBoxGadget()
- EditorGadget()
- PanelGadget()
- ListViewGadget()
- ListIconGadget()
- MDIGadget()
- TreeGadget() - If the removed item is a node, all child-items will be removed too.
参阅
AddGadgetItem(), ClearGadgetItems(), CountGadgetItems()
已支持操作系统
所有