ENUM_GUI_TREE_NODE_SETTINGS
Value |
Identifier | Description | Type |
1 | NODE_BOLD |
Node text bold | Boolean |
2 | NODE_TEXT |
Node text | String |
3 | NODE_CHECKED | Node is checked or not | Boolean |
4 | NODE_ BACK_COLOR | Node back color; RGB Color | Long |
5 | NODE_EXPANDED | Indicates if the node is expanded or not | Boolean |
6 | NODE_FORCOLOR | Node fore color; RGB Color | Long |
7 | NODE_SORTED | Indicates if the node children are sorted or not | Boolean |
8 | NODE_SELECTED | Indicates if the node is selected or not | Boolean |
See Also