Control.GetContainerControl Méthode

Définition

Retourne le ContainerControl suivant en remontant la chaîne de contrôles parents du contrôle.

public:
 System::Windows::Forms::IContainerControl ^ GetContainerControl();
public System.Windows.Forms.IContainerControl GetContainerControl ();
member this.GetContainerControl : unit -> System.Windows.Forms.IContainerControl
Public Function GetContainerControl () As IContainerControl

Retours

IContainerControl

IContainerControl qui représente le parent du Control.

S’applique à

Voir aussi