Version

TextWindow Property

Gets an HtmlBoxTextWindow control representing the actual editing window of the WebHtmlEditor.
Syntax
'Declaration
 
Public ReadOnly Property TextWindow As HtmlBoxTextWindow
public HtmlBoxTextWindow TextWindow {get;}

Property Value

An HtmlBoxTextWindow control representing the actual editing window of the WebHtmlEditor.
Remarks

Set the properties of this object to change the visual representation of the text window. For example, set the HtmlBoxTextWindow.Transparent property to cause the text window to be transparent. Set the HtmlBoxTextWindow.BackgroundImage property to place a backround image on the text window.

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