|
|
|
SftTreeHeaders.ForeColor Property |
Defines the text color for all column headers.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColor; |
||
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ForeColor : Cardinal; |
||
VB.NET |
|||
VB |
object.ForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColor =
Clr; |
||
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
Delphi |
object.ForeColor := Clr : Cardinal; |
object
A SftTreeHeaders object.
Clr
Defines the text color for all column headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The ForeColor property defines the text color for all column headers. Column headers can override the background color using the Header.ForeColor property.
This property has no effect if Windows themes are used.
See Also SftTreeHeaders Object | Object Hierarchy