TabControl.GetControl(Int32) Méthode

Définition

Obtient le contrôle TabPage à l'emplacement spécifié.

public:
 System::Windows::Forms::Control ^ GetControl(int index);
public System.Windows.Forms.Control GetControl (int index);
member this.GetControl : int -> System.Windows.Forms.Control
Public Function GetControl (index As Integer) As Control

Paramètres

index
Int32

Index du TabPage à obtenir.

Retours

Control

TabPage situé à l'emplacement spécifié.

Exceptions

index est inférieur à 0 ou supérieur à TabCount.

S’applique à