Dart.PowerWEB.TextBox Namespace > HtmlBoxProgressBar Class : Display Property |
Gets or sets a value which indicates if the progressbar is displayed.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Public Property Display As Boolean
[C#]
[NotifyParentPropertyAttribute(true)]
public bool Display {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Display();
public: __property void set_Display(
bool value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property bool Display {
bool get();
void set (bool value);
}
true if the progressbar is displayed; false otherwise. The default value is false.
true if a progress bar is displayed while loading images; false otherwise. The default value is false.
When this property is set to true, a preload progressbar is displayed while the editor's images are loading.
If this property is set to true, a progress bar is displayed while images used by the HtmlBox are loading. The progress bar will only be displayed for the first request. For any subsequent postbacks, this property will be set to false, so the progress bar will not be displayed.
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.