MobileForms Toolkit Documentation

TabPagesCollection.Contains Method 

Determines whether an element is in the System.Collections.ArrayList.

public bool Contains(
TabPage page
);

Parameters

page
The System.Object to locate in the System.Collections.ArrayList. The value can be null.

Return Value

true if item is found in the System.Collections.ArrayList; otherwise, false.

See Also

TabPagesCollection Class | Resco.Controls.CommonControls Namespace