TreeView Xojo plugin
TreeView.PartValues Enum
Enum that defines part codes to be used with the NodeFromPoint method.
enum TreeView.PartValues
Constants
NodeNeutralArea = 0
Any area that does not fall under some of the other constants. So could for example be the border of the contro..
NodeExpanderArea = 1
Node expander.
NodeActiveArea = 2
Active area of the node, so not expander or checkbox.
NodeCheckboxArea = 3
Node checkbox.
ScrollBar = 6
Scrollbar
ViewContent = 7
The main view of the control.
Header = 8
Header.