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 ToolbarCheckButton is in the ToolbarCheckButtonCollection.
Syntax
Visual Basic Public Function
Contains( ByVal oItem As ToolbarCheckButton ) As boolC# public bool
Contains(ToolbarCheckButton oItem );Managed C++ public: bool
Contains(ToolbarCheckButton oItem );JScript public function
Contains(oItem : ToolbarCheckButton );
Parameters
oItem Required. ToolbarCheckButton object to search for in the collection.
Return Value
Returns one of the following possible values.
falseThe ToolbarCheckButton is not in the ToolbarCheckButtonCollection. trueThe ToolbarCheckButton is in the ToolbarCheckButtonCollection.
Applies To
ToolbarCheckButtonCollection
See Also