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