Version

ClearStyles Method

Clears the WebHtmlEditor.
Syntax
'Declaration
 
Public Sub ClearStyles() 
public void ClearStyles()
Remarks

This method clears the WebHtmlEditor.Text property, and removes all items from the WebHtmlEditor.Toolbar. This is a helpful method to use if you want to quickly configure a toolbar layout by first calling WebHtmlEditor.Clear, then calling WebHtmlEditor.AddToolbarItem to add toolbar items to the toolbar.

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