Dart.PowerWEB.TextBox Namespace > HtmlBox Class : ClearStyles Method |
Clears the HtmlBox.
[Visual Basic]
Public Sub ClearStyles()
[C#]
public void ClearStyles();
[C++]
public: void ClearStyles();
[C++/CLI]
public:
void ClearStyles();
This method clears the HtmlBox.Text property, and removes all items from the HtmlBox.Toolbar. This is a helpful method to use if you want to quickly configure a toolbar layout by first calling HtmlBox.Clear, then calling HtmlBox.AddToolbarItem to add toolbar items to the toolbar.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.