AxHost.EndInit Method
.NET Framework 1.1
Ends the initialization of an ActiveX control.
[Visual Basic] Public Overridable Sub EndInit() Implements _ ISupportInitialize.EndInit [C#] public virtual void EndInit(); [C++] public: virtual void EndInit(); [JScript] public function EndInit();
Implements
Remarks
Design environments typically use this method to finish 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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
AxHost Class | AxHost Members | System.Windows.Forms Namespace | BeginInit