|
|
|
SftTreeFooter.SelectForeColor Property |
Defines the foreground color for this column footer, when it is pressed.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColor;
|
||
C |
HRESULT object->get_SelectForeColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectForeColor : Cardinal; |
||
VB.NET |
|||
VB |
object.SelectForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColor = Clr;
|
||
C |
HRESULT object->put_SelectForeColor(OLE_COLOR Clr); |
||
Delphi |
object.SelectForeColor := Clr : Cardinal; |
object
A SftTreeFooter object.
Clr
Defines the foreground color for this column footer, when it is pressed. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The SelectForeColor property defines the foreground color for this column footer, when it is pressed.
When updating this property and the specified color Clr is the same value as the color currently defined using Footers.ForeColor, the value -1 is saved, indicating that there is no defined color and default colors are used.
The color defined overrides the default color for column footers defined using Footer.ForeColor. This color can also override Windows themes, if the Footer.OverrideTheme property is set accordingly.
See Also SftTreeFooter Object | Object Hierarchy