Version

ProgressBar Property

Gets the HtmlBoxProgressBar representing the progressbar used for the WebHtmlEditor preload, if it is enabled.
Syntax
'Declaration
 
Public ReadOnly Property ProgressBar As HtmlBoxProgressBar
public HtmlBoxProgressBar ProgressBar {get;}

Property Value

An HtmlBoxProgressBar representing the progressbar used for the WebHtmlEditor preload.
Remarks

If the progress bar is enabled (by setting HtmlBoxProgressBar.Visble to true) progress will be displayed while the editor is loading. Progress is automatically incremented each time a new graphic is loaded. The default WebHtmlEditor 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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also