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
)
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.
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.