Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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