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 (String)

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( _
   ByVal clsid As String _
)
[C#]
protected AxHost(
   string clsid
);
[C++]
protected: AxHost(
   String* clsid
);
[JScript]
protected function AxHost(
   clsid : String
);

Parameters

clsid
The CLSID of the underlying ActiveX control

See Also

AxHost Class | AxHost Members | System.WinForms Namespace | AxHost Constructor Overload List