| UltimateTabstrip Class Library |
|
TabCollection.Contains Method
Determines whether a Tab is in the TabCollection.
[Visual Basic]
Public Function Contains( _
ByVal
tab As
Tab _
) As
Boolean
[C#]
public
bool Contains(
Tab tab);
Parameters
-
tab
- The Tab to locate in the TabCollection.
Return Value
true if the Tab is found in the TabCollection; otherwise, false.
See Also
TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace