|
|
|
|
ForeColorSelected Property, FootersClass Class |
Defines the default foreground color for all column footers that are selected.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ForeColorSelected As Color |
C# |
public Color ForeColorSelected { get; set; } |
C++ |
public: property Color ForeColorSelected { |
Property Value
The default foreground color for all column footers that are selected.
The default value is Color.ControlText.
Comments
The ForeColorSelected property defines the default foreground color for all column footers that are selected.
Cells in column footers can override the foreground color using the CellBaseClass.ForeColorSelected property.
Cells that are not selected use the colors defined using the ForeColor property instead.