Click or drag to resize

TabControlTabPages Property

Gets the tab pages.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TabCollection TabPages { get; }

Property Value

Type: TabCollection
The tab pages.
See Also