property FaceTree.SelBackColor as Color
Retrieves or sets a value that indicates the selection background color.

TypeDescription
Color A color expression that defines the selected items background color. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.

The SelBackColor property specifies  the visual appearance of selected cell/item. The SelForeColor property specifies  the foreground color of selected cell/item. The FaceTreeSelectionChanged / FaceTreeValueChanged event notifies your application once the user selects a new item. The Value property indicates the value of the selected item/column. The Caption property indicates the caption or the text being shown at the selected item/column. The ShowSelection property specifies whether the selection is shown or hidden. The FullRowSelect property specifies whether the selection is shown on single or all columns. The SelectItem property specifies the index of the item being selected. The SelectColumn property specifies the index of the column being selected. Use the BackColor property to change the item's background color. The ForeColor property specifies the item's foreground color. The Selectable property specifies whether the item is selectable.