Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

BackColorSelected Property, SftTree Class

Defines the default background color for items in the item area that are selected.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Color BackColorSelected { get; set; }
Public Property BackColorSelected As Color

Value

The default value is Color.Highlight.

Comments

Defines the default background color for items in the item area that are selected.

Columns, items and cells can override the background color using the ColumnClass.BackColorSelected, ItemClass.BackColorSelected and CellBaseClass.BackColorSelected properties.

Items that are not selected may use the colors defined using the SftTree.BackColor property instead.

Depending on a cell's background (CellBaseClass.Appearance), the defined color may have no effect.

See Also SftTree Class | Classes | SftTree/NET 2.0