Click or drag to resize

TabCollectionInsert Method

Inserts the specified index.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public void Insert(
	int index,
	TabPage item
)

Parameters

index
Type: SystemInt32
The index.
item
Type: Bootstrap.A11yTabPage
The item.
See Also