Click or drag to resize

TabCollectionCopyTo Method

Copies to.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public void CopyTo(
	TabPage[] array,
	int index
)

Parameters

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