Indicates that the control is about to create its handle.
public void augmentCreateParams( Control control, CreateParams cp )
control
A Control object that represents the control that is about to be created.
cp
A CreateParams object that contains information about the initial state of the control.
This method allows the Forms Designer or any other siting object to augment the control's creation information before the control is actually created.