See Also

HtmlBoxProgressBar Class  | HtmlBoxProgressBar 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

BoxBorderStyle Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxProgressBar Class : BoxBorderStyle Property

Gets or sets the border style of the "box" surrounding the progress bar.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Property BoxBorderStyle As BorderStyle
[C#]
[NotifyParentPropertyAttribute(true)] public BorderStyle BoxBorderStyle {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property BorderStyle get_BoxBorderStyle(); public: __property void set_BoxBorderStyle(    BorderStyle value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property BorderStyle BoxBorderStyle {    BorderStyle get();    void set (BorderStyle value); }

Return Type

A BorderStyle value representing the width of the frame box border.

Remarks

When the progress bar is enabled, a place-holding "box", the dimensions of the HtmlBox, surrounds the progress bar. This property gets or sets the border style of that box.

Requirements

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

See Also

HtmlBoxProgressBar Class  | HtmlBoxProgressBar Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.