Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.ForeColorOdd Property

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

Syntax

Get

VB.NETClr = object.ForeColorOdd As UInteger
VBClr = object.ForeColorOdd As OLE_COLOR
C#.NETuint Clr = object.ForeColorOdd;
VC++OLE_COLOR Clr = object->ForeColorOdd;
OLE_COLOR Clr = object->GetForeColorOdd();
CHRESULT object->get_ForeColorOdd(OLE_COLOR* Clr);

Put

VB.NETobject.ForeColorOdd = Clr As UInteger
VBobject.ForeColorOdd = Clr As OLE_COLOR
C#.NETuint object.ForeColorOdd = Clr;
VC++OLE_COLOR object->ForeColorOdd = Clr;
void object->PutForeColorOdd(OLE_COLOR Clr);
CHRESULT object->put_ForeColorOdd(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

Defines the default foreground color for all items in odd numbered rows. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The ForeColorOdd property defines the default foreground color for all items in odd numbered rows.

Items on even numbered rows use the color defined using Items.ForeColor instead. Columns can override this color using the Column.ForeColor property. Cells can override this color using the Cell.ForeColor property. Items that are selected use the color defined using Items.SelectForeColor instead.

See Also SftBoxItems Object | Object Hierarchy


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