Property Pages
Pages
Gets the collection of tab pages in this tab control.
public Collection<Control> Pages { get; }
Property Value
- Collection<Control>
A Collection<T> that contains pages in this TabControl.
Gets the collection of tab pages in this tab control.
public Collection<Control> Pages { get; }
A Collection<T> that contains pages in this TabControl.