TreeView Xojo plugin

TreeView.HasInactiveSelectionColor Property

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

HasInactiveSelectionColor 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 InactiveSelectionColor property will be used.

See Also

TreeView Control