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, Int32)

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

Parameters

clsid
The CLSID of the underlying ActiveX control
flags
An or'ed collection of the members of the Flags inner class.

See Also

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