|
|
|
|
Contains Method, TabCollectionClass Class |
Determines whether the tab collection contains a specific tab.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public Function Contains( ByVal tab As TabClass ) As Boolean |
C# |
public bool Contains( TabClass tab ); |
C++ |
public: bool Contains( TabClass^ tab ); |
tab
The tab to locate in the tab collection.
Return Value
True if the tab is found in the collection, False otherwise.
Comments
The Contains method determines whether the tab collection contains a specific tab.