|
|
|
SftBoxCell.SelectBackColor Property |
Defines the cell's background color when the item is selected.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColor;
|
||
C |
HRESULT object->get_SelectBackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColor = Clr;
|
||
C |
HRESULT object->put_SelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxCell object.
Clr
Defines the cell's background color when the item is selected. Specify -1 to restore the default color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The SelectBackColor property defines the cell's background color when the item is selected.
This color overrides the default color defined using Items.SelectBackColor or Column.SelectBackColor.