Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

BorderStyle Property, SftTree Object

Defines the tree control's border style used.

Syntax

Get

VB.NETStyle = object.BorderStyle As Short
VBStyle = object.BorderStyle As Integer
C#.NETshort Style = object.BorderStyle;
VC++short Style = object->BorderStyle;
short Style = object->GetBorderStyle();
CHRESULT object->get_BorderStyle(short* Style);

Put

VB.NETobject.BorderStyle = Style As Short
VBobject.BorderStyle = Style As Integer
C#.NETshort object.BorderStyle = Style;
VC++short object->BorderStyle = Style;
void object->PutBorderStyle(short Style);
CHRESULT object->put_BorderStyle(short Style);

object

A SftTree object.

Style

Defines the tree control's border style used.

StyleDescription
0None. The tree control does not have a border.
1Paints the control with a border.

Comments

The BorderStyle property defines the tree control's border style used.

The tree control's border can be controlled by the Appearance property. Depending on the Appearance property, the tree control's border is a fixed, single line or a 3D style border.

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.

This property is read/only at run-time.

See Also SftTree Object | Object Hierarchy


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