|
|
|
|
GrayText Property, FootersClass Class |
Defines the foreground color for all column footers that are disabled.
Syntax FootersClass 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 footers that are disabled.
The default value is Color.GrayText.
Comments
The GrayText property defines the foreground color for all column footers 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.