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.
Determines whether the pane can float.
virtual BOOL CanFloat() const;
Return Value
TRUE if the pane can float; otherwise FALSE.
Remarks
The framework calls this method to determine whether the pane can float.
During construction, you can set this ability by passing the AFX_CBRS_FLOAT flag to CBasePane::CreateEx.
Note
The framework assumes that non-floating panes are static and that their docking state cannot change. Therefore, the framework does not save the docking state of non-floating panes.
The default implementation checks for the AFX_CBRS_FLOAT style.
Requirements
Header: afxbasepane.h