SftBox/OCX 4.5

SftBoxItems.ShadowColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.ShadowColor  As UIntegerLanguage-specific information

VB

Clr = object.ShadowColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ShadowColor;

VC++

OLE_COLOR Clr = object->ShadowColor;
OLE_COLOR Clr = object->GetShadowColor();

C

HRESULT object->get_ShadowColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.ShadowColor = Clr  As UIntegerLanguage-specific information

VB

object.ShadowColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ShadowColor = Clr;

VC++

OLE_COLOR object->ShadowColor = Clr;
void object->PutShadowColor(OLE_COLOR Clr);

C

HRESULT object->put_ShadowColor(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

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

Comments

The ShadowColor property defines the color used for dark edges (Items.Appearance property).


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