See Also

BaseStyle Class  | BaseStyle Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

BorderStyle Property

Dart.PowerWEB.TextBox Namespace > BaseStyle Class : BorderStyle Property (BaseStyle)

Gets or sets the border style of the control.

[Visual Basic]
Public Property BorderStyle As BorderStyle
[C#]
public BorderStyle BorderStyle {get; set;}
[C++]
public: __property BorderStyle get_BorderStyle(); public: __property void set_BorderStyle(    BorderStyle value );
[C++/CLI]
public: property BorderStyle BorderStyle {    BorderStyle get();    void set (BorderStyle value); }

Return Type

One of the BorderStyle enumeration values. The default is NotSet.

Remarks

Use the BorderStyle property to specify the border style for the control. This property is set using one of the BorderStyle enumeration values.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseStyle Class  | BaseStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.