Form.OnCreateControl Method

Definition

Raises the CreateControl event.

protected override void OnCreateControl();

Remarks

Raising an event invokes the event handler through a delegate. For more information, see Handling and Raising Events.

Notes to Inheritors

When overriding OnCreateControl() in a derived class, be sure to call the base class's OnCreateControl() method.

Applies to