Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.BorderStyle Property

Defines the control's border style.

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 SftDirectory object.

Style

Defines the control's border style.

StyleDescription
0None. The control doesn't have a border.
1Paints the control with a border.

Comments

The BorderStyle property defines the control's border style.

The control's border can be controlled further by the Appearance property.

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 SftDirectory Object | Object Hierarchy


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