TreeView Xojo plugin

TreeView.SelectionColor Property

Sets or gets the color of the selections.

SelectionColor as Color {Read and Write}

Remarks

This property has no effect if the HasSelectionColor property is not set to true.

If the HasSelectionColor property is set to false then the control will use whatever color the system theme in the computer tells it to use instead of using the color that is defined by the SelectionColor property.

See Also

TreeView Control