|
|
|
|
|
SftBoxRowHeaders.LightEdgeColor Property |
Defines the color used to draw the highlighted edge of row 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 SftBoxRowHeaders object.
Clr
Defines the color used to draw the highlighted edge of row headers. 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 row headers.