See Also

HtmlBox Class  | HtmlBox 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

ProgressBar Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : ProgressBar Property

Gets the HtmlBoxProgressBar representing the progressbar used for the HtmlBox preload, if it is enabled.

[Visual Basic]
<DesignerSerializationVisibilityAttribute()> <NotifyParentPropertyAttribute(True)> <PersistenceModeAttribute()> <DescriptionAttribute("Returns the HtmlBoxProgressBar which represents the progressbar used by the HtmlBox.")> <CategoryAttribute()> Public Property ProgressBar As HtmlBoxProgressBar
[C#]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute()] [DescriptionAttribute("Returns the HtmlBoxProgressBar which represents the progressbar used by the HtmlBox.")] [CategoryAttribute()] public HtmlBoxProgressBar ProgressBar {get; set;}
[C++]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute()] [DescriptionAttribute("Returns the HtmlBoxProgressBar which represents the progressbar used by the HtmlBox.")] [CategoryAttribute()] public: __property HtmlBoxProgressBar* get_ProgressBar(); public: __property void set_ProgressBar(    HtmlBoxProgressBar* value );
[C++/CLI]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute()] [DescriptionAttribute("Returns the HtmlBoxProgressBar which represents the progressbar used by the HtmlBox.")] [CategoryAttribute()] public: property HtmlBoxProgressBar^ ProgressBar {    HtmlBoxProgressBar^ get();    void set (HtmlBoxProgressBar^ value); }

Return Type

An HtmlBoxProgressBar representing the progressbar used for the HtmlBox preload.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.