Table of Contents

Method BeginInit

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

BeginInit()

Starts the initialization process for this control.

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