IOleWindow Methods
Method | Description |
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. |
IOleInPlaceObject Methods
Method | Description |
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
Method | Description |
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. |