See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Clear Method

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Clear Method (HtmlBox)

Clears the HtmlBox.

[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();
[C++]
public: void Clear();
[C++/CLI]
public: void Clear();

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.