CBasePane::IsResizable

Determines whether the pane can be resized.

virtual BOOL IsResizable() const;

Return Value

TRUE if the pane can be resized by the user; otherwise, FALSE.

Remarks

Panes of CDockablePane Class can be resized.

The status bar (CMFCStatusBar Class) and the dock bar (CDockSite Class) cannot be resized.

Requirements

Header: afxbasepane.h

See Also

Reference

CBasePane Class

Hierarchy Chart