|
|
|
SftBoxRowHeader.ForeColor Property |
Defines the row header's foreground color.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColor;
|
||
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColor = Clr;
|
||
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxRowHeader object.
Clr
Defines the row header's foreground color. Specify -1 to restore the default color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The ForeColor property defines the row header's foreground color.
This color overrides the default color defined using RowHeaders.ForeColor. If the row header is part of a selected item, the foreground color defined using the RowHeader.SelectBackColor property is used instead.
This property has no effect if Windows themes are used.