A runtime form designer control

FormDesigner.OnCreateControl Method 

Raises the CreateControl event.

[Visual Basic]
Overrides Protected Sub OnCreateControl()
[C#]
protected override void OnCreateControl();
[C++]
protected: void OnCreateControl();
[JScript]
protected override function OnCreateControl();

Remarks

The OnCreateControl method is called when the control is first created.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace