Version

DesignText Property

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

Property Value

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

This property is displayed as the text on the tab strip option which causes the WebHtmlEditor to switch to design 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