IOleWindow Methods | |
---|---|
ContextSensitiveHelp | Enables context-sensitive help. The ATL implementation returns E_NOTIMPL. |
GetDropTarget | Supplies an active, windowless object that supports drag and drop. The ATL implementation returns E_NOTIMPL. |
GetWindow | Gets a window handle. |
IOleInPlaceObjectMethods | |
InPlaceDeactivate | Deactivates an active in-place control. |
ReactivateAndUndo | Reactivates a previously deactivated control. The ATL implementation returns E_NOTIMPL |
SetObjectRects | Indicates what part of the in-place control is visible. |
UIDeactivate | Deactivates and removes the user interface that supports in-place activation. |
IOleInPlaceObjectWindowless Methods | |
GetDropTarget | Supplies the IdropTarget interface for an in-place active, windowless object that supports drag and drop. The ATL implementation returns E_NOTIMPL. |
OnWindowMessage | Dispatches a message from the container to a windowless control that is in-place active. |
IOleInPlaceObjectWindowlessImpl Overview