Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ForeColor Property, RowHeadersClass Class

Defines the default foreground color for all row headers that are not selected.

Class: RowHeadersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The default foreground color for all row headers that are not selected.

The default value is Color.ControlText.

Comments

Defines the default foreground color for all row headers that are not selected.

Cells can override the foreground color using the CellBaseClass.ForeColor property.

Selected cells may use the colors defined using the RowHeadersClass.ForeColorSelected property instead.

See Also RowHeadersClass Class | Classes | SftTree/NET 2.0