ControlDesigner.UnhookChildControls(Control) Méthode

Définition

Achemine les messages pour les enfants du contrôle spécifié vers chaque contrôle plutôt que vers un concepteur parent.

protected:
 void UnhookChildControls(System::Windows::Forms::Control ^ firstChild);
protected void UnhookChildControls (System.Windows.Forms.Control firstChild);
member this.UnhookChildControls : System.Windows.Forms.Control -> unit
Protected Sub UnhookChildControls (firstChild As Control)

Paramètres

firstChild
Control

Premier Control enfant à traiter. Cette méthode peut s'appeler elle-même de manière récursive pour les enfants du contrôle.

S’applique à