|
|
|
SftBoxRowHeaders.ForeColor Property |
Defines the default text color used to draw row headers of items that are not selected.
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 SftBoxRowHeaders object.
Clr
Defines the default text color used to draw row headers of items that are not selected. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The ForeColor property defines the default text color used to draw row headers of items that are not selected.
Individual row headers can override this default color using RowHeader.ForeColor. Items that are selected use the color defined using RowHeaders.SelectForeColor instead.
This property has no effect if Windows themes are used.