Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > Contains Method : Contains(BaseToolbarItem) Method |
Determines if an object is in the collection.
[Visual Basic]
Overloads Public Function Contains( _
ByVal item As BaseToolbarItem _
) As Boolean
[C#]
public bool Contains(
BaseToolbarItem item
);
[C++]
public: bool Contains(
BaseToolbarItem* item
)
[C++/CLI]
public:
bool Contains(
BaseToolbarItem^ item
)
true if the item is found in the collection; false otherwise.
This method performs a linear search; therefore, the average execution time is proportional to Count. That is, this method is an O(n) operation, where n is Count.
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.