Version

Text Property (HtmlBoxProgressBar)

Gets or sets the text that is displayed next to the progress bar.
Syntax
'Declaration
 
Public Property Text As String
public string Text {get; set;}

Property Value

A string containing the text that is displayed next to the progress bar. The default value is "Loading...".
Remarks

Set this property to change the text that is displayed while the editor is loading. The WebHtmlEditor.Font property controls the format of the text.

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