CBasePane::CreateDefaultMiniframe

If the pane can float, this method creates a mini-frame window for it.

virtual CPaneFrameWnd* CreateDefaultMiniframe(
   CRect rectInitial 
);

Parameters

  • [in] rectInitial
    Specifies the initial coordinates of the mini-frame window.

Return Value

A pointer to the new mini-frame window or NULL if the creation failed.

Remarks

The framework calls this method when a pane switches to a floating state. The method creates a mini-frame window and attaches the pane to this window.

The default implementation returns NULL.

Requirements

Header: afxbasepane.h

See Also

Reference

CBasePane Class

Hierarchy Chart

CPaneFrameWnd Class

CMultiPaneFrameWnd Class