| void CBCGPMDIFrameWnd::ShowControlBar | ( | CBCGPBaseControlBar * | pBar, |
| BOOL | bShow, | ||
| BOOL | bDelay, | ||
| BOOL | bActivate | ||
| ) |
Call this member function to show or hide the control bar.
Do not use ShowWindow for docking control bars.
| pBar | Pointer to the control bar to be shown or hidden. |
| bShow | If TRUE, specifies that the control bar is to be shown. If FALSE, specifies that the control bar is to be hidden. |
| bDelay | If TRUE, delay adjust docking layout. If FALSE, recalculate the docking layout immediately. |
| bActivate | If TRUE, specifies that the control bar should be activated. If FALSE, specifies that the control bar should be shown in inactive state. |