TabCollectionContains Method
|
Determines whether the collection contains the specified tab.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool Contains(
TabPage tab
)
Parameters
- tab
- Type: Bootstrap.A11yTabPage
The tab.
Return Value
Type:
Booleantrue if contains the specified tab; otherwise,
false.
See Also