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 Class

Wraps ActiveX controls and exposes them as fully featured WinForms controls.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               AxHost

[Visual Basic]
Public Class AxHost
   Inherits RichControl
   Implements ISupportInitialize, ICustomTypeDescriptor
[C#]
public class AxHost : RichControl, ISupportInitialize,
   ICustomTypeDescriptor
[C++]
public __gc class AxHost : public RichControl, ISupportInitialize,
   ICustomTypeDescriptor
[JScript]
public class AxHost extends RichControl, ISupportInitialize,
   ICustomTypeDescriptor

Remarks

Do not use this class directly. You should inherit from this class and add the functionality required by your ActiveX control.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

AxHost Members | System.WinForms Namespace