This class provides methods for manipulating a window that hosts an ActiveX control. The hosting is provided by AxWin, which is wrapped by CAxWindow.
CAxWindow is implemented as a specialization of the CAxWindowT class. This specialization is declared as follows:
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.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.10 and later |
Complete documentation: | Visual C++ documentation |
Syntax
class CAxWindow : public Cwindow