Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

BackColorSelected Property, HeadersClass Class

Defines the default background color for all column headers that are selected.

Class: HeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The default background color for all column headers that are selected.

The default value is Color.ButtonFace.

Comments

Defines the default background color for all column headers that are selected.

Selected cells in column headers can override the background color using the CellBaseClass.BackColorSelected property.

Cells that are not selected use the colors defined using the HeadersClass.BackColor property instead.

Depending on the HeadersClass.AppearanceDefault property or cell overrides using CellBaseClass.Appearance, the defined color may have no effect.

See Also HeadersClass Class | Classes | SftTree/NET 2.0