TabControl.TabPageCollection(TabControl) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

owner
TabControl

Auquel TabControl appartient cette collection.

Exceptions

La valeur spécifiée TabControl est null.

S’applique à

Voir aussi