Поделиться через


IOleInPlaceActiveObjectImpl Class

This class provides methods for assisting communication between an in-place control and its container.

template< class T >
class IOleInPlaceActiveObjectImpl

Параметры

  • T
    Your class, derived from IOleInPlaceActiveObjectImpl.

Заметки

The IOleInPlaceActiveObject interface assists communication between an in-place control and its container; for example, communicating the active state of the control and container, and informing the control it needs to resize itself. Class IOleInPlaceActiveObjectImpl provides a default implementation of IOleInPlaceActiveObject and supports IUnknown by sending information to the dump device in debug builds.

Related Articles   ATL Tutorial, Creating an ATL Project

Требования

Header: atlctl.h

См. также

Основные понятия

IOleInPlaceActiveObjectImpl Members

CComControl Class

ActiveX Controls Interfaces

ATL Class Overview