NetXP 3.0 Reference

TabGroupBaseCollection.Contains Method (TabGroupBase)

Does the collection contain the specified object?

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

Parameters

value
The object.

Return Value

True if contains, false if not.

See Also

TabGroupBaseCollection Class | NETXP.Controls.Docking Namespace | TabGroupBaseCollection.Contains Overload List