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

obj
The object to remove from the collection.
See Also Languages PowerWEB TextBox for ASP.NET

Remove(Object) Method

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

Removes the first occurrence of a specific object from the collection.

[Visual Basic]
Overloads Overrides Public Sub Remove( _    ByVal obj As Object _ )
[C#]
public override void Remove(    object obj );
[C++]
public: void Remove(    Object* obj ) override
[C++/CLI]
public: void Remove(    Object^ obj ) override

Parameters

obj
The object 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.

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.