Click or drag to resize

TabControlPages Property

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; }

Property Value

Type: CollectionTabPage
The pages.
See Also