|
virtual |
Shows or hides a control bar.
You should call this function instead of the regular CWnd::ShowWindow.
bShow | TRUE - show the bar, FALSE - hide the bar. |
bDelay | Specifies whether to adjust the docking layout immediately (FALSE) or delay it (TRUE). |
bActivate | Specifies whether to activate the bar or not. |
Reimplemented from CBCGPBaseControlBar.