[To be supplied.]
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);