TreeView Xojo plugin

TreeView.BackColor Property

Sets or gets the background color of the control.

BackColor as Color {Read and Write}

Remarks

This property has no effect if HasBackColor is false.

This is the color of the area bellow last node which is only visible if the control is not full of nodes. This property will also supply color to nodes if HasNodeColor is false.

See Also

TreeView Control