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