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


COleDocument::GetInPlaceActiveItem

Call this function to get the OLE item that is currently activated in place in the frame window containing the view identified by pWnd.

virtual COleClientItem* GetInPlaceActiveItem(
   CWnd* pWnd 
);

Параметры

  • pWnd
    Pointer to the window that displays the container document.

Возвращаемое значение

A pointer to the single, in-place active OLE item; NULL if there is no OLE item currently in the "in-place active" state.

Требования

Header: afxole.h

См. также

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

COleDocument Class

COleDocument Members

Hierarchy Chart

COleClientItem Class