CFrameImpl Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The CFrameImpl class handles toolbar customization for the following frame window classes: CFrameWndEx Class, CMDIFrameWndEx Class, and COleIPFrameWndEx Class.

class CFrameImpl 

Members

Public Constructors

Name

Description

CFrameImpl::CFrameImpl

Constructs a CFrameImpl object for the specified frame window.

Public Methods

Name

Description

CFrameImpl::AddFrame

 

CFrameImpl::GetFrameList

 

CFrameImpl::GetFullScreenMinMaxInfo

 

CFrameImpl::GetMenuBar

Returns a pointer to the menu bar that belongs to the associated frame window.

CFrameImpl::GetRibbonBar

 

CFrameImpl::HasRegion

 

CFrameImpl::OnChangeVisualManager

 

CFrameImpl::RemoveFrame

 

CFrameImpl::SetControlbarsMenuId

 

CFrameImpl::SetDockingManager

Sets the docking manager for the associated frame window.

CFrameImpl::SetNewUserToolBarRTC

 

Remarks

This class supports the MFC framework infrastructure and is not intended to be used directly from your code.

The CFrameImpl class manages customization for toolbars and tear-off toolbars. It manages saving and loading of the toolbar state to and from the registry. It implements toolbar docking code, and handles keyboard and mouse messages for its associated frame window.

Inheritance Hierarchy

CFrameImpl

Requirements

Header: afxframeimpl.h

See Also

Reference

Hierarchy Chart

CFrameWndEx Class

CMDIFrameWndEx Class

COleIPFrameWndEx Class

Other Resources

MFC Classes

Internal Classes (MFC Feature Pack)