Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a ToolbarItem is in the ToolbarItemCollection.
Syntax
Visual Basic Public Function
Contains( ByVal oItem As ToolbarItem ) As boolC# public bool
Contains(ToolbarItem oItem );Managed C++ public: bool
Contains(ToolbarItem oItem );JScript public function
Contains(oItem : ToolbarItem );
Parameters
oItem Required. ToolbarItem object to search for in the collection.
Return Value
Returns one of the following possible values.
falseThe ToolbarItem is not in the ToolbarItemCollection. trueThe ToolbarItem is in the ToolbarItemCollection.
Applies To
ToolbarItemCollection
See Also