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