|
|
|
SftBoxItems.BackColorOdd Property |
Defines the default background color for all items in odd numbered rows.
Syntax
VB.NET |
|||
VB |
Clr = object.BackColorOdd As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->BackColorOdd;
|
||
C |
HRESULT object->get_BackColorOdd(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.BackColorOdd = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->BackColorOdd = Clr;
|
||
C |
HRESULT object->put_BackColorOdd(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the default background color for all items in odd numbered rows. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The BackColorOdd property defines the default background color for all items in odd numbered rows.
Items on even numbered rows use the color defined using Items.BackColor instead. Columns can override this color using the Column.BackColor property. Cells can override this color using the Cell.BackColor property. Items that are selected use the color defined using Items.SelectBackColor instead.