ENUM_GUI_TREE_NODE
| Value |
Identifier | Description | Type |
| 1 | NODE_BACK_COLOR_E |
To set the node back color.(RGB Color) | Long |
| 2 | NODE_BOLD_E | To determine if the node is bold or not | Boolean |
| 3 | NODE_CHECKED_E | To determine if the node is checked or not | Boolean |
| 4 | NODE_EXPANDED_E | To determine if the node is expanded or not | Boolean |
| 5 | NODE_KEY_E | To set the node key | String |
| 6 | NODE_SELECTED_E | To determine if the node is selected or not | Boolean |
| 7 | NODE_SORTED_E | To determine if the node is sorted or not | Boolean |
| 8 | NODE_TEXT_E | The node text value | String |
| 9 | NODE_FORCOLOR_E | To set the node fore color.(RGB Color) | Long |
See Also