TreeView Xojo plugin

TreeViewNode.TextColor Property

Sets the text color of a node.

TextColor as Color {Read and Write}

Remarks

If you need all nodes to have a alternate text color then the simplest way would be to create a class that inherits from TreeViewNode that by default sets the color to the desired alternate color.

This property does nothing unless HasTextColor has been set to true.

See Also

TreeViewNode Class