Bearbeiten

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);
bool IList.Contains (object? page);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (page As Object) As Boolean Implements IList.Contains

Parameters

page
Object

The object to locate in the collection.

Returns

true if the specified object is a TabPage in the collection; otherwise, false.

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.

Applies to