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.
Shows or hides the specified pane.
void ShowPane(
CBasePane* pBar,
BOOL bShow,
BOOL bDelay,
BOOL bActivate
);
Parameters
[in] pBar
A pointer to the control bar to show or hide.[in] bShow
If TRUE, the application shows the control bar. Otherwise, the application hides the control bar.[in] bDelay
If TRUE, delay the adjustment of the docking layout until the framework calls CFrameWndEx::AdjustDockingLayout. Otherwise, recalculate the docking layout immediately.[in] bActivate
If TRUE, make the control bar active. Otherwise, display the control bar in an inactive state.
Requirements
Header: afxframewndex.h