CLASS jsSysTreeView of TreeView

A subclass of the jsTreeView class which can be used in a Form, SubForm, Container, or NoteBook. The jsSysTreeView class adds support for using the system shell's imageList to display system images that represent the items displayed in the treeview window. It also adds support for the visual presentation of items within namespace groupings.

Syntax
[<oRef> =] new jsSysTreeView(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsSysTreeView object.
<oParent>
Object reference to the parent container object. This can be a Form, SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsSysTreeView object. If cName is not specified, a default name will be assigned.

Class Members
The jsSysTreeView class is subclassed from the jsTreeView class. Consult the jsTreeView documentation for a description of the jsTreeView class members (properties, events, and methods).

Click the links in the left frame to view the Property Members, and Method Members which are unique to the jsSysTreeView class.