SftBox/OCX 4.5

SftBoxItems.HilightColor Property

Softel vdm, Inc.

Defines the color used for highlighted edges (Items.Appearance property).

Syntax       

Get

VB.NET

Clr = object.HilightColor  As UIntegerLanguage-specific information

VB

Clr = object.HilightColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.HilightColor;

VC++

OLE_COLOR Clr = object->HilightColor;
OLE_COLOR Clr = object->GetHilightColor();

C

HRESULT object->get_HilightColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.HilightColor = Clr  As UIntegerLanguage-specific information

VB

object.HilightColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.HilightColor = Clr;

VC++

OLE_COLOR object->HilightColor = Clr;
void object->PutHilightColor(OLE_COLOR Clr);

C

HRESULT object->put_HilightColor(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

Defines the color used for highlighted edges (Items.Appearance property). For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The HilightColor property defines the color used for highlighted edges (Items.Appearance property).


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