TreeView Xojo plugin

TreeView.PartValues Enum

Enum that defines part codes to be used with the NodeFromPoint method.

enum TreeView.PartValues

Constants

NodeNeutralArea = 0Any area that does not fall under some of the other constants. So could for example be the border of the contro..
NodeExpanderArea = 1Node expander.
NodeActiveArea = 2Active area of the node, so not expander or checkbox.
NodeCheckboxArea = 3Node checkbox.
ScrollBar = 6Scrollbar
ViewContent = 7The main view of the control.
Header = 8Header.