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 );
AxHost Class | AxHost Members | System.WinForms Namespace | AxHost Constructor Overload List | AxHost.AxFlags