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

item
The object to find in the collection.
See Also Languages PowerWEB TextBox for ASP.NET

Contains(BaseToolbarItem) Method

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 )

Parameters

item
The object to find in the collection.

Return Type

true if the item is found in the collection; false otherwise.

Remarks

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.

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.