TreeView Xojo plugin

TreeViewCheckboxNode.Constructor Constructor

A constructor that takes a text, image, dark mode image, true or false depending on if the node should have expander or not and check-state parameter.

Constructor(
   text as String,
   image as Picture,
   darkModeImage as Picture,
   hasExpander as Boolean,
   checked as Boolean)

Parameters

text
The text to put in the node.
image
The image to put on the node.
darkModeImage
The dark mode mage to put on the node.
hasExpander
True if the node should be forced to have expander regardless if it has child nodes or not. False if it should only have expander when the node has child nodes.
checked
True if the checkbox in the node should be checked, else false.

Remarks

See Also

TreeViewCheckboxNode Class