Click or drag to resize

TabCollectionItem Property

Indexer property for the collection that returns and sets an item

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public TabPage this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: TabPage
See Also