CFrameWndEx::ShowPane
Mostra ou oculta o painel especificado.
void ShowPane(
CBasePane* pBar,
BOOL bShow,
BOOL bDelay,
BOOL bActivate
);
Parâmetros
[in] pBar
Um ponteiro para o BAR de controle para mostrar ou ocultar.[in] bShow
If TRUE, o aplicativo mostra o BAR de controle. Caso contrário, o aplicativo oculta o BAR de controle.[in] bDelay
If TRUE, adiar o ajuste do layout do encaixe até as chamadas de estrutura CFrameWndEx::AdjustDockingLayout. Caso contrário, recalcule o layout de encaixe imediatamente.[in] bActivate
If TRUE, verifique o BAR de controle ativo. Caso contrário, exibe a BAR de controle em um estado inativo.
Requisitos
Cabeçalho: afxframewndex.h