Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > Remove Method : Remove(BaseToolbarItem) Method |
Removes the first occurrence of a specific object from the collection.
[Visual Basic]
Overloads Public Sub Remove( _
ByVal obj As BaseToolbarItem _
)
[C#]
public void Remove(
BaseToolbarItem obj
);
[C++]
public: void Remove(
BaseToolbarItem* obj
)
[C++/CLI]
public:
void Remove(
BaseToolbarItem^ obj
)
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarItemCollection Class | ToolbarItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.