Method BeginInit
BeginInit()
Starts the initialization process for this control.
void BeginInit()
Remarks
Runtime environments and design tools can use this method to start the initialization of a control. The EndInit() method ends the initialization. Using the BeginInit() and EndInit() methods prevents the control from being used before it is fully initialized.