TreeView Xojo plugin
TreeViewNode.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
TreeViewNode Class