Click or drag to resize

DocumentControlPages Property

Gets the collection of tab pages.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IList<DocumentPage> Pages { get; }

Property Value

Type: IListDocumentPage
The pages.
See Also