TreeView Xojo plugin

TreeView.InactiveSelectionColor Property

Sets or gets the color of the selections when the control is inactive.

InactiveSelectionColor as Color {Read and Write}

Remarks

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

If the HasInactiveSelectionColor 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 InactiveSelectionColor property.

See Also

TreeView Control