|
|
|
|
GrayText Property, HeadersClass Class |
Defines the foreground color for all column headers that are disabled.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property GrayText As Color |
C# |
public Color GrayText { get; set; } |
C++ |
public: property Color GrayText { |
Property Value
The foreground color for all column headers that are disabled.
The default value is Color.GrayText.
Comments
The GrayText property 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 ForeColor property instead.