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

BoxBorderWidth Property

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

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

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Property BoxBorderWidth As Unit
[C#]
[NotifyParentPropertyAttribute(true)] public Unit BoxBorderWidth {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property Unit get_BoxBorderWidth(); public: __property void set_BoxBorderWidth(    Unit value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property Unit BoxBorderWidth {    Unit get();    void set (Unit value); }

Return Type

A Unit 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 width 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.