#include <wx/msw/ole/activex.h>

It is somewhat similar to the ATL class CAxWindow in operation.
The size of the activex control's content is generally gauranteed to be that of the client size of the parent of this wxActiveXContainer.
You can also process activex events through wxEVT_ACTIVEX or the corresponding message map macro EVT_ACTIVEX.
Public Member Functions | |
| wxActiveXContainer (wxWindow *parent, REFIID iid, IUnknown *pUnk) | |
| wxActiveXContainer::wxActiveXContainer | ( | wxWindow * | parent, | |
| REFIID | iid, | |||
| IUnknown * | pUnk | |||
| ) |
Creates this activex container.
| parent | parent of this control. Must not be NULL. | |
| iid | COM IID of pUnk to query. Must be a valid interface to an activex control. | |
| pUnk | Interface of activex control. |
|
[ top ] |