TreeView Xojo plugin

TreeViewNode.Constructor Constructor

A constructor that takes a text, image and true or false depending on if the node should have expander or not.

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

Parameters

text
The text to put in the node.
image
The image 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.

Remarks

See Also

TreeViewNode Class