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.
Called by the framework when a pane in the mini-frame window is hidden or displayed.
virtual void OnShowPane(
    CDockablePane* pBar,
    BOOL bShow 
);
Parameters
- [in] pBar 
 The pane that is being shown or hidden.
- [in] bShow 
 TRUE if the pane is being shown; FALSE if the pane is being hidden.
Remarks
Called by the framework when a pane in the mini-frame window is shown or hidden. The default implementation does nothing.
Requirements
Header: afxPaneFrameWnd.h