Click or drag to resize

TabCollectionAdd Method

Adds 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 void Add(
	TabPage Tab
)

Parameters

Tab
Type: Bootstrap.A11yTabPage
The tab.
See Also