TabControl.TabPageCollection(TabControl) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TabControl.TabPageCollection.

public:
 TabPageCollection(System::Windows::Forms::TabControl ^ owner);
public TabPageCollection (System.Windows.Forms.TabControl owner);
new System.Windows.Forms.TabControl.TabPageCollection : System.Windows.Forms.TabControl -> System.Windows.Forms.TabControl.TabPageCollection
Public Sub New (owner As TabControl)

Parametry

owner
TabControl

Element TabControl , do którego należy ta kolekcja.

Wyjątki

Określony TabControl parametr to null.

Dotyczy

Zobacz też