Table of Contents

Method EndInit

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

EndInit()

Ends the initialization process for this control.

[Browsable(false)]
public virtual 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.