Click or drag to resize

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)
Syntax
C#
public bool Contains(
	TabPage tab
)

Parameters

tab
Type: Bootstrap.A11yTabPage
The tab.

Return Value

Type: Boolean
true if contains the specified tab; otherwise, false.
See Also