OpenTreeGadgetNode()
Syntax
OpenTreeGadgetNode(#Gadget [, Position])Description
When adding items to a TreeGadget(), use OpenTreeGadgetNode() to create a new node in the current item list. Items added after that node will be child items of the node. If no 'Position' parameter is specified, the last Item in the gadget will be an open node. To close it, just use CloseTreeGadgetNode().
Supported OS
Windows, Linux, MacOS X