COleIPFrameWnd Class

The base for your application's in-place editing window.

class COleIPFrameWnd : public CFrameWnd

Members

Public Constructors

Name

Description

COleIPFrameWnd::COleIPFrameWnd

Constructs a COleIPFrameWnd object.

Public Methods

Name

Description

COleIPFrameWnd::OnCreateControlBars

Called by the framework when an item is activated for in-place editing.

COleIPFrameWnd::RepositionFrame

Called by the framework to reposition the in-place editing window.

Remarks

This class creates and positions control bars within the container application's document window. It also handles notifications generated by an embedded COleResizeBar object when the user resizes the in-place editing window.

For more information on using COleIPFrameWnd, see the article Activation.

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CFrameWnd

COleIPFrameWnd

Requirements

Header: afxole.h

See Also

Reference

CFrameWnd Class

Hierarchy Chart

CFrameWnd Class

Concepts

MFC Sample HIERSVR