Share via


COleServerDoc::CreateInPlaceFrame

virtualCOleIPFrameWnd*CreateInPlaceFrame(CWnd* pParentWnd );

Return Value

A pointer to the in-place frame window, or NULL if unsuccessful.

Parameters

pParentWnd

Pointer to the container application’s parent window.

Remarks

The framework calls this function to create a frame window for in-place editing. The default implementation uses information specified in the document template to create the frame. The view used is the first view created for the document. This view is temporarily detached from the original frame and attached to the newly created frame.

This is an advanced overridable.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleServerDoc::DestroyInPlaceFrame