CPane::CreateDefaultMiniframe
Creates a mini-frame window for a floating pane.
virtual CPaneFrameWnd* CreateDefaultMiniframe(
CRect rectInitial
);
Parameters
- [in] rectInitial
Specifies the initial size and position, in screen coordinates, of the mini-frame window to create.
Return Value
The newly created mini-frame window.
Remarks
This method is called by the framework to create a mini-frame window when a pane is floated. The mini-frame window can be of type CPaneFrameWnd or of type CMultiPaneFrameWnd. A multi mini-frame window is created if the pane has the AFX_CBRS_FLOAT_MULTI style.
The runtime class information for the mini-frame window is stored in the CPane::m_pMiniFrameRTC member. You can use a derived class to set this member if you decide to create customized mini-frame windows.
Requirements
Header: afxPane.h