Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.BackColorOdd Property

Defines the default background color for all items in odd numbered rows.

Syntax

Get

VB.NETClr = object.BackColorOdd As UInteger
VBClr = object.BackColorOdd As OLE_COLOR
C#.NETuint Clr = object.BackColorOdd;
VC++OLE_COLOR Clr = object->BackColorOdd;
OLE_COLOR Clr = object->GetBackColorOdd();
CHRESULT object->get_BackColorOdd(OLE_COLOR* Clr);

Put

VB.NETobject.BackColorOdd = Clr As UInteger
VBobject.BackColorOdd = Clr As OLE_COLOR
C#.NETuint object.BackColorOdd = Clr;
VC++OLE_COLOR object->BackColorOdd = Clr;
void object->PutBackColorOdd(OLE_COLOR Clr);
CHRESULT object->put_BackColorOdd(OLE_COLOR Clr);

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.

See Also SftBoxItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.