SftBox/OCX 4.5

SftBoxItems.Appearance Property

Softel vdm, Inc.

Defines the appearance of all items.

Syntax       

Get

VB.NET

Style = object.Appearance  As Short

VB

Style = object.Appearance  As Integer

C#.NET

short Style = object.Appearance;

VC++

short Style = object->Appearance;
short Style = object->GetAppearance();

C

HRESULT object->get_Appearance(short* Style);

Delphi

Style := object.Appearance   : Smallint;

Put

VB.NET

object.Appearance = Style  As Short

VB

object.Appearance = Style  As Integer

C#.NET

short object.Appearance = Style;

VC++

short object->Appearance = Style;
void object->PutAppearance(short Style);

C

HRESULT object->put_Appearance(short Style);

Delphi

object.Appearance := Style   : Smallint;

object

A SftBoxItems object.

Style

Defines the appearance of all items.

Value

Description

0

Flat, without visual effects.

1

Items are rendered using a 3D effect using the colors defined using Items.HilightColor and Items.ShadowColor.

Comments

The Appearance property defines the appearance of all items.

If 3D rendering is chosen, the color properties Items.HilightColor and Items.ShadowColor are used to display dark and highlighted edges around the items. The Items.BackColor and Items.ForeColor properties are automatically updated with default values.


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