BCGControlBar Pro for MFC
virtual BOOL CBCGPBaseControlBar::FloatControlBar ( CRect  rectFloat,
BCGP_DOCK_METHOD  dockMethod = BCGP_DM_UNKNOWN,
bool  bShow = true 
)
inlinevirtual

Floats the control bar.

Returns
Nonzero if the control bar was floated successfully; otherwise 0.

Call this member function to float a control bar at the specified by rectFloat screen position.

Parameters
rectFloatSpecifies the screen coordinates to place the control bar upon floating.
dockMethodSpecifies the dock method to use to float the control bar.
bShowSpecifies whether the control bar should be shown (TRUE) or hidden (FALSE) upon floating.

Reimplemented in CBCGPControlBar.