ControlDesigner.UnhookChildControls(Control) Method

Definition

Routes messages for the children of the specified control to each control rather than to a parent designer.

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)

Parameters

firstChild
Control

The first child Control to process. This method may recursively call itself for children of the control.

Applies to