Tree node types for Tree Add() method
| Enumeration Value | Value | Description |
|---|---|---|
| _TREE_UNSORTEDCHILD | 0x0 | Default basic node |
| _TREE_PARENT | 0x1 | Parent - The item will be displayed with a +/- button allowing expansion. This implies children will be added. |
| _TREE_SORT | 0x2 | Sort forward |
| _TREE_SORTREVERSE | 0x4 | Sort reverse - Items are sorted in reverse order |
| _TREE_FOLDERSFIRST | 0x8 | Folders first - Where some items have children and others do not, the items with children are listed first |
Back to the list of Enumerations and Constants