|
|
|
SftDirectoryHeaders.ForeColor Property |
Defines the foreground color used for the 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 |
|||
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
A SftDirectoryHeaders object.
Clr
Defines the foreground color used for the column headers.
Comments
The ForeColor property defines the foreground color used for the column headers.
All column headers use the same color.
The ForeColor property has no effect if Windows themes are used.