TreeView REALbasic 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.

See Also

TreeViewNode Class