See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List

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

type
The ToolbarItemType specifying the BaseToolbarItem to remove from the collection.
See Also Languages PowerWEB TextBox for ASP.NET

Remove(ToolbarItemType) Method

Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > Remove Method : Remove(ToolbarItemType) Method

Removes the first occurrence of a specific BaseToolbarItem with a Type property matching the passed value.

[Visual Basic]
Overloads Public Sub Remove( _    ByVal type As ToolbarItemType _ )
[C#]
public void Remove(    ToolbarItemType type );
[C++]
public: void Remove(    ToolbarItemType type )
[C++/CLI]
public: void Remove(    ToolbarItemType type )

Parameters

type
The ToolbarItemType specifying the BaseToolbarItem to remove from the collection.

Remarks

This method both removes the object from the collection (if found), and removes the reference to this object in the ASP.NET web control heirarchy. type is compared to the Type property of each BaseToolbarItem in the collection.

Requirements

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

See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.