GadgetItemID()

语法

Result = GadgetItemID(#Gadget, Item)
概要
Returns the OS handle for the given item in a gadget. This is especially useful for use with the OS API.

参数

#Gadget The gadget to use.
Item The item of which the handle should be returned. The first item in the gadget has index 0.

返回值

Returns the OS handle for the item or zero on failure.

Remarks

This function is currently only supported by TreeGadget() on Windows. It returns zero in other cases.

参阅

TreeGadget()

已支持操作系统

Windows

<- GadgetID() - Gadget Index - GadgetToolTip() ->