|
|
|
SftBoxHeaders.DarkEdgeColor Property |
Defines the dark edge color for all 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 SftBoxHeaders object.
Clr
Defines the dark edge color for all column headers. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The DarkEdgeColor property defines the dark edge color for all column headers.
Individual column headers cannot override this color.
This property has no effect if Windows themes are used.