HeaderPane
Main
Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Share Link
Print

GrayText Property, HeadersClass Class

Defines the foreground color for all column headers that are disabled.

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

Syntax

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

Value

The foreground color for all column headers that are disabled.

The default value is Color.GrayText.

Comments

Defines the foreground color for all column headers that are disabled.

Cells cannot override their foreground color when they are disabled (CellBaseClass.Enabled).

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

See Also HeadersClass Class | Classes | SftTree/NET 2.0