Softelvdm.Controls Class Library for Windows Controls 1.0

BorderStyle Property, SoftelvdmUserControl Class

Softel vdm, Inc.

Defines the border style of the control.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Property BorderStyle As BorderStyle

C#   

public BorderStyle BorderStyle { get; set; }

C++   

public: property BorderStyle BorderStyle {
        BorderStyle get();
        void set(BorderStyle value);
}

Property Value

The border style.

BorderStyle

Value

Description

None

0

No border.

FixedSingle

1

A single-line border.

Fixed3D

2

A three-dimensional border.

The default value is BorderStyle.Fixed3D.

Comments

The BorderStyle property defines the border style of the control.

When the BorderStyle property is set to Fixed3D, the control has a sunken, three-dimensional appearance. To display a flat, thin border around the control, set the BorderStyle property to FixedSingle. To omit the control's border, set the BorderStyle property to BorderStyle.None.

SftTabs/NET 6.0: The BorderStyle property is available but should not be used as the control typically does not require a border.

Version Information

Supported in version 1.0.
Products Table


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