Property Pages
Pages
Gets the collection of tab pages in this control.
[Browsable(false)]
public IReadOnlyCollection<IAuiNotebookPage> Pages { get; }
Property Value
- IReadOnlyCollection<IAuiNotebookPage>
A ICollection<T> that contains the IAuiNotebookPage objects in this AuiNotebook.
Remarks
The order of tab pages in this collection reflects the order the tabs appear in the control.