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 Constructor

[To be supplied.]

Overload List

Creates a new instance of a control which wraps an activeX control given by the clsid parameter and flags of 0.

[Visual Basic] Overloads Protected Sub New(Type)
[C#] protected AxHost(Type);
[C++] protected: AxHost(Type*);
[JScript] protected function AxHost(Type);

Creates a new instance of a control which wraps an activeX control given by the clsid parameter and flags of 0.

[Visual Basic] Overloads Protected Sub New(String)
[C#] protected AxHost(String);
[C++] protected: AxHost(String*);
[JScript] protected function AxHost(String);

Creates a new instance of a control which wraps an activeX control given by the clsid and flags parameters.

[Visual Basic] Overloads Protected Sub New(String, Integer)
[C#] protected AxHost(String, int);
[C++] protected: AxHost(String*, int);
[JScript] protected function AxHost(String, int);

See Also

AxHost Class | AxHost Members | System.WinForms Namespace