Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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