Begins the initialization of the ActiveX control.
Public Sub BeginInit
public void BeginInit()
public: virtual void BeginInit() sealed
abstract BeginInit : unit -> unit override BeginInit : unit -> unit
Design environments typically use this method to start the initialization of a component that is used on a form or used by another component. The EndInit method ends the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized. The initialization occurs at run time.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2