Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.BorderStyle Property

Defines the 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 SftBox object.

Style

Defines the control's border style.

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

Comments

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

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

The BorderStyle property does not affect the drop down portion. Its border cannot be changed.

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.

See Also SftBox Object | Object Hierarchy


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