This topic has not yet been rated - Rate this topic

IOleInPlaceActiveObjectImpl Class 

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


template< class T >
class IOleInPlaceActiveObjectImpl

Parameters

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.