System.Windows.Forms.Control.CreateControl Method

Forces the creation of the visible control, including the creation of the handle and any visible child controls.

Syntax

public void CreateControl ()

Remarks

The Control.CreateControl method forces a handle to be created for the control and its child controls. This method is used when you need a handle immediately for manipulation of the control or its children; simply calling a control's constructor does not create the Control.Handle.

Control.CreateControl does not create a control handle if the control's Control.Visible property is false. You can either call the Control.CreateHandle method or access the Control.Handle property to create the control's handle regardless of the control's visibility, but in this case, no window handles are created for the control's children.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0