Overview | Methods | This Package | All Packages
Indicates that the control is about to create its handle.
Syntax
public void augmentCreateParams( Control control, CreateParams cp )
Parameters
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.
Remarks
This method allows the Forms Designer or any other siting object to augment the control's creation information before the control is actually created.