Version

HtmlBoxProgressBar Class

Represents a progress bar displayed while the WebHtmlEditor is loading.
Syntax
'Declaration
 
Public Class HtmlBoxProgressBar 
   Inherits BaseChildControl
public class HtmlBoxProgressBar : BaseChildControl 
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 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