SftBox/OCX 4.5

SftBoxItems.ForeColorOdd Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.ForeColorOdd  As UIntegerLanguage-specific information

VB

Clr = object.ForeColorOdd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ForeColorOdd;

VC++

OLE_COLOR Clr = object->ForeColorOdd;
OLE_COLOR Clr = object->GetForeColorOdd();

C

HRESULT object->get_ForeColorOdd(OLE_COLOR* Clr);

Delphi

Clr := object.ForeColorOdd  : CardinalLanguage-specific information;

Put

VB.NET

object.ForeColorOdd = Clr  As UIntegerLanguage-specific information

VB

object.ForeColorOdd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ForeColorOdd = Clr;

VC++

OLE_COLOR object->ForeColorOdd = Clr;
void object->PutForeColorOdd(OLE_COLOR Clr);

C

HRESULT object->put_ForeColorOdd(OLE_COLOR Clr);

Delphi

object.ForeColorOdd := Clr  : CardinalLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com