NetXP 3.0 Reference

TabPageCollection.Contains Method 

Does the collection contain the specified tab page?

[Visual Basic]
Public Function Contains( _
   ByVal value As TabPage _
) As Boolean
[C#]
public bool Contains(
   TabPage value
);

Parameters

value
The tab page.

Return Value

True if the collection contains the specified tab page.

See Also

TabPageCollection Class | NETXP.Controls.Docking Namespace