NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.AttachInterfaces

AxHost will call this when it is ready to create the underlying ActiveX object. Wrappers will override this and cast the pointer obtained by calling getOcx() to their own interfaces. getOcx() should not usually be called before this function. Note: calling begin will result in a call to this function.

[Visual Basic]
Overridable Protected Sub AttachInterfaces()
[C#]
protected virtual void AttachInterfaces();
[C++]
protected: virtual void AttachInterfaces();
[JScript]
protected function AttachInterfaces();

See Also

AxHost Class | AxHost Members | System.WinForms Namespace | begin