Table of Contents

Method EndInit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EndInit()

Ends the initialization process for this control.

void EndInit()

Remarks

Runtime environments and design tools can use this method to end the initialization of a control. The BeginInit() method starts the initialization. Using the BeginInit() and EndInit() methods prevents the control from being used before it is fully initialized.