TabControl.TabPageCollection.IList.Contains(Object) Method
Definition
Determines whether the specified TabPage control is in the TabControl.TabPageCollection.
virtual bool System.Collections.IList.Contains(System::Object ^ page) = System::Collections::IList::Contains;
bool IList.Contains (object page);
Function Contains (page As Object) As Boolean Implements IList.Contains
Parameters
- page
- Object
The object to locate in the collection.
Returns
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the TabControl.TabPageCollection instance is cast to an IList interface.