TreeView Xojo plugin

TreeViewCheckboxNode.Constructor Constructor

A constructor that takes a text and a image.

Constructor(
   text as String,
   image as Picture)

Parameters

text
The text to put in the node.
image
The image to put on the node.

Remarks

See Also

TreeViewCheckboxNode Class