TreeView Xojo plugin

TreeViewCustomNode.Constructor Constructor

A constructor that takes text, image and dark mode image.

Constructor(
   text as String,
   image as Picture,
   darkModeImage as Picture)

Parameters

text
The text to put in the node.
image
The image to put on the node.
darkModeImage
The dark mode image to put on the node.

Remarks

See Also

TreeViewCustomNode Class