Version

HtmlBoxTextWindow Class

Represents the actual editing window of the WebHtmlEditor.
Syntax
'Declaration
 
Public Class HtmlBoxTextWindow 
   Inherits BaseChildControl
public class HtmlBoxTextWindow : BaseChildControl 
Remarks

This object represents the actual editing window (where the text is typed) of the WebHtmlEditor. Set the style-related properties (such as BackgroundColor, Font.Name, etc) to change the visual appearance of the editing window itself.

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