要求されたページは選択されたバージョンでは利用できない。
Collapse
Syntax
long Collapse(string nodepath)
Description
Hide the subnodes of the specified node in the tree view control.
Parameters
nodepath
String specifying a node path.
The node path may be specified as one of the following:
- A string containing all node texts separated by forward slashes ( / ).
- A string containing all node indexes separated by forward slashes ( / ).
Return Value
Return 0 if the call is successful; otherwise, -1..