Name
Treeview.Close -- close tree node
Synopsis
moai.DoMethod(id, "Close", node$)
Function
Closes the specified treeview node and all its children.

You can pass the following special values for node$:

Root
The root node. Passing this special value will close all nodes.

Active
The active node.

Inputs
id
id of the treeview object
node$
id of tree node to use or special value (see above)

Show TOC