Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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