CBasePane::CanBeResized
Determines whether the pane can be resized.
virtual BOOL CanBeResized() const;
Return Value
TRUE if the pane can be resized; otherwise, FALSE.
Remarks
This method checks for the AFX_CBRS_RESIZE flag, which is specified by default in CBasePane::OnCreate. If this flag is not specified, the docking manager flags the pane internally as immovable instead of docking it.
Requirements
Header: afxbasepane.h