The Visual Studio .NET environment calls this method to complete initializing a component. The BeginInit method starts the initialization, the EndInit method finishes it. Use the BeginInit and EndInit pair to prevent the control from being used before it is fully initialized.