Dart.PowerWEB.TextBox Namespace : HtmlBoxProgressBar Class |
Represents a progress bar displayed while the HtmlBox is loading.
For a list of all members of this type, see HtmlBoxProgressBar members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Dart.PowerWEB.TextBox.BaseChildControl
Dart.PowerWEB.TextBox.HtmlBoxProgressBar
[Visual Basic]
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class HtmlBoxProgressBar
Inherits BaseChildControl
[C#]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class HtmlBoxProgressBar : BaseChildControl
[C++]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public __gc class HtmlBoxProgressBar : public BaseChildControl
[C++/CLI]
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class HtmlBoxProgressBar : public BaseChildControl
If the progress bar is enabled (by setting HtmlBoxProgressBar.Display to true, progress will be displayed while the editor is loading. Progress is automatically incremented each time a new graphic is loaded. The default HtmlBox settings are very light graphically and, as such, there is little benefit in using a progress bar. A good scenario for using the progress bar would be in the case of a highly-graphical editor in a low-bandwidth scenario.
The progress bar is only displayed on the initial load. For any subsequent loads resulting from postback the progress bar is not displayed.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
HtmlBoxProgressBar Members | Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.