TreeView Xojo plugin

TreeView.HasSelectionColor Property

Set this property to true to let the TreeView control use a custom Selection Color.

HasSelectionColor as Boolean {Read and Write}

Remarks

If this property is set to false then the control will use whatever color the system theme in the computer tells it to use.

When this property is set to true then the color from the SelectionColor property will be used.

See Also

TreeView Control