ControlDesigner::HookChildControls Method (Control^)

 

Routes messages from the child controls of the specified control to the designer.

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

protected:
void HookChildControls(
	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: