Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > Contains Method : Contains(ToolbarItemType) Method |
Determines if ToolbarItemType is in the collection.
[Visual Basic]
Overloads Public Function Contains( _
ByVal type As ToolbarItemType _
) As Boolean
[C#]
public bool Contains(
ToolbarItemType type
);
[C++]
public: bool Contains(
ToolbarItemType type
)
[C++/CLI]
public:
bool Contains(
ToolbarItemType type
)
true if an item in the collection has the same Type as type; false otherwise.
This method checks the BaseToolbarItem.Type property of each BaseToolbarItem against the value passed in as type.
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.