Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides methods for manipulating a window hosting an ActiveX control.
class CAxWindow : public CWindow
Remarks
This class provides methods for manipulating a window that hosts an ActiveX control. The hosting is provided by "AtlAxWin80", which is wrapped by CAxWindow.
Class CAxWindow is implemented as a specialization of the CAxWindowT class. This specialization is declared as:
typedef CAxWindowT<CWindow> CAxWindow;
If you need to change the base class, you can use CAxWindowT and specify the new base class as a template argument.
Requirements
Header: atlwin.h
See Also
Reference
Concepts
Composite Control Fundamentals