|
|
|
SftBoxRowHeaders.BackColor Property |
Defines the default background color used to draw row headers of items that are not selected.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColor;
|
||
C |
HRESULT object->get_BackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColor = Clr;
|
||
C |
HRESULT object->put_BackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxRowHeaders object.
Clr
Defines the default background color used to draw row headers of items that are not selected.
Comments
The BackColor property defines the default background color used to draw row headers of items that are not selected.
Individual row headers can override this default color using RowHeader.BackColor. Items that are selected use the color defined using RowHeaders.SelectBackColor instead.
This property has no effect if Windows themes are used.