|
|
|
SftBoxRowColumnHeader.DarkEdgeColor Property |
Defines the row/column header's dark edge color.
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 SftBoxRowColumnHeader object.
Clr
Defines the row/column header's dark edge color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The DarkEdgeColor property defines the row/column header's dark edge color.
This property has no effect if Windows themes are used.