Gets the collection of tab pages.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Collection<TabPage> Pages { get; }
Public ReadOnly Property Pages As Collection(Of TabPage)
Get
member Pages : Collection<TabPage> with get
Property Value
Type:
CollectionTabPageThe pages.
See Also