Expand Minimize
This topic has not yet been rated - Rate this topic

AxHost.EndInit Method

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

ISupportInitialize.EndInit

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.