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

BoxBorderColor Property

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

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

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Public Property BoxBorderColor As Color
[C#]
[NotifyParentPropertyAttribute(true)] public Color BoxBorderColor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property Color get_BoxBorderColor(); public: __property void set_BoxBorderColor(    Color value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property Color BoxBorderColor {    Color get();    void set (Color value); }

Return Type

A System.Drawing.Color value representing the color 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 color 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.