SftMask/OCX 6.5

SftMask.BorderStyle Property

Softel vdm, Inc.

Defines the control's border style.

Syntax       

Get

VB.NET

Style = object.BorderStyle  As Short

VB

Style = object.BorderStyle  As Integer

C#.NET

short Style = object.BorderStyle;

VC++

short Style = object->BorderStyle;
short Style = object->GetBorderStyle();

C

HRESULT object->get_BorderStyle(short* Style);

Delphi

Style := object.BorderStyle   : Smallint;

Put

VB.NET

object.BorderStyle = Style  As Short

VB

object.BorderStyle = Style  As Integer

C#.NET

short object.BorderStyle = Style;

VC++

short object->BorderStyle = Style;
void object->PutBorderStyle(short Style);

C

HRESULT object->put_BorderStyle(short Style);

Delphi

object.BorderStyle := Style   : Smallint;

object

A SftMask object.

Style

Defines the control's border style.

Style

Description

0

None. The control doesn't have a border.

1

Paints the edit control with a border.

2

Paints the edit control using a 1-pixel border. The Appearance property is ignored. The color of the border is the standard color used for window borders. It cannot be modified. If Windows themes are used, the border is rendered using the current theme's style (identical to Style 1).

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 or 2), rendered using the current theme's style.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com