|
|
|
SftDirectoryHeaders.DarkEdgeColor Property |
Defines the dark edge color used for the column headers.
Syntax
VB.NET |
|||
VB |
Clr = object.DarkEdgeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->DarkEdgeColor;
|
||
C |
HRESULT object->get_DarkEdgeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.DarkEdgeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->DarkEdgeColor = Clr;
|
||
C |
HRESULT object->put_DarkEdgeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryHeaders object.
Clr
Defines the dark edge color used for the column headers.
Comments
The DarkEdgeColor property defines the dark edge color used for the column headers.
All column headers use the same color.