|
|
|
SftDirectoryHeaders.BackColor Property |
Defines the background color used for the column headers.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColor;
|
||
C |
HRESULT object->get_BackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColor = Clr;
|
||
C |
HRESULT object->put_BackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryHeaders object.
Clr
Defines the background color used for the column headers.
Comments
The BackColor property defines the background color used for the column headers.
All column headers use the same color.
The BackColor property has no effect if Windows themes are used.