CMiniFrameWnd Class

Represents a half-height frame window typically seen around floating toolbars.

class CMiniFrameWnd : public CFrameWnd

Members

Public Constructors

Name

Description

CMiniFrameWnd::CMiniFrameWnd

Constructs a CMiniFrameWnd object.

Public Methods

Name

Description

CMiniFrameWnd::Create

Creates a CMiniFrameWnd object after construction.

CMiniFrameWnd::CreateEx

Creates a CMiniFrameWnd object (with additional options) after construction.

Remarks

These mini-frame windows behave like normal frame windows, except that they do not have minimize/maximize buttons or menus and you only have to single-click on the system menu to dismiss them.

To use a CMiniFrameWnd object, first define the object. Then call the Create member function to display the mini-frame window.

For more information on how to use CMiniFrameWnd objects, see the article Docking and Floating Toolbars.

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CFrameWnd

CMiniFrameWnd

Requirements

Header: afxwin.h

See Also

Reference

CFrameWnd Class

Hierarchy Chart

CFrameWnd Class