Methods
CAxWindow | Constructs a CAxWindow object. |
GetWndClassName | Retrieves the predefined class name of the CAxWindow object. |
CreateControl | Creates an ActiveX control, initializes it, and hosts it in the CaxWindow window. |
CreateControlEx | Creates an ActiveX control and retrieves an interface pointer (or pointers) from the control. |
AttachControl | Attaches an existing ActiveX control to the CAxWindow object. |
QueryHost | Retrieves the IUnknown pointer of the CAxWindow object. |
QueryControl | Retrieves the IUnknown of the hosted ActiveX control. |
SetExternalDispatch | Sets the external dispatch interface used by the CaxWindow object. |
SetExternalUIHandler | Sets the external IDocHostUIHandler interface used by the CaxWindow object. |
Operators
operator = | Assigns an HWND to an existing CAxWindow object. |
See Also