CFrameWndEx::OnCloseDockingPane

Called by the framework when the user clicks the Close button on a docking pane.

virtual BOOL OnCloseDockingPane(
   CDockablePane* pPane
);

Return Value

TRUE if the docking bar can be closed. FALSE otherwise

Remarks

The default implement does nothing. Override this method if you want to handle the hiding of the docking bar.

Requirements

Header: afxframewndex.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CFrameWndEx Class