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