Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.Appearance Property

Defines the appearance of all items.

Syntax

Get

VB.NETStyle = object.Appearance As Short
VBStyle = object.Appearance As Integer
C#.NETshort Style = object.Appearance;
VC++short Style = object->Appearance;
short Style = object->GetAppearance();
CHRESULT object->get_Appearance(short* Style);

Put

VB.NETobject.Appearance = Style As Short
VBobject.Appearance = Style As Integer
C#.NETshort object.Appearance = Style;
VC++short object->Appearance = Style;
void object->PutAppearance(short Style);
CHRESULT object->put_Appearance(short Style);

object

A SftBoxItems object.

Style

Defines the appearance of all items.

ValueDescription
0Flat, without visual effects.
1Items 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.

See Also SftBoxItems Object | Object Hierarchy


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