Version

Display Property (HtmlBoxProgressBar)

Gets or sets a value which indicates if the progressbar is displayed. Gets or sets a value which indicates if the progress bar is used.
Syntax
'Declaration
 
Public Property Display As Boolean
public bool Display {get; set;}

Property 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.
Remarks

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 WebHtmlEditor 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.

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