BCGControlBar Pro for MFC
virtual CBCGPMiniFrameWnd* CBCGPBaseControlBar::CreateDefaultMiniframe ( CRect  rectInitial)
inlinevirtual

Creates a mini-frame window if can float.

Returns
A pointer to the newly created mini-frame window or NULL if the creation failed.

Called by the framework when a control bar is being switched to floating state. The control bar creates a mini-frame window and attached to this window.

The default implementation returns NULL.

Parameters
rectInitialSpecifies the initial coordinates of the mini-frame window.
See also
CBCGPMiniFrameWnd, CBCGPMultiMiniFrameWnd

Reimplemented in CBCGPControlBar.