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; }
Public ReadOnly Property Pages As IList(Of DocumentPage)
Get
member Pages : IList<DocumentPage> with get
Property Value
Type:
IListDocumentPageThe pages.
See Also