Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Appearance Property, SftTree Object

Defines the control's border look.

Syntax

Get

VB.NETType = object.Appearance As Short
VBType = object.Appearance As Integer
C#.NETshort Type = object.Appearance;
VC++short Type = object->Appearance;
short Type = object->GetAppearance();
CHRESULT object->get_Appearance(short* Type);

Put

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

object

A SftTree object.

Type

Defines the control's border look.

TypeDescription
0Flat, without visual effects.
1Paints the control with three dimensional effects.

Comments

The Appearance property defines the control's border look.

The Appearance property affects the border drawn around the control. If the BorderStyle property defines a border, the Appearance property will cause it to be painted using a 3D effect. If Windows themes are used, this property will cause a border to be displayed (if set to 1), rendered using the current theme's style.

The Items.Cell3D property can be used to give items a 3D look.

This property is read/only at run-time.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.