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);
}
A BorderStyle value representing the width of the frame box border.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxProgressBar Class | HtmlBoxProgressBar Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.