Version

HtmlText Property

Gets or sets the text that is displayed on the "HTML" tab.
Syntax
'Declaration
 
Public Property HtmlText As String
public string HtmlText {get; set;}

Property Value

A string containing the text that is displayed on the "HTML" tab. The default value is "HTML".
Remarks

This property is displayed as the text on the tab strip option which causes the WebHtmlEditor to switch to HTML mode when pressed.

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