ControlDesigner::UnhookChildControls Method (Control^)

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
void UnhookChildControls(
	Control^ firstChild
)

Parameters

firstChild
Type: System.Windows.Forms::Control^

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

.NET Framework
Available since 1.1
Return to top
Show: