|
|
|
SftBoxColumn.BackColor Property |
Defines the default background color for all cells in this column.
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 SftBoxColumn object.
Clr
Defines the default background color for all cells in this column. Specify -1 to restore the default color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The BackColor property defines the default background color for all cells in this column.
This color overrides the default color defined using Items.BackColor. Cells can override this color using the Cell.BackColor property. Cells that are selected use the color defined using Column.SelectBackColor instead.