Call to show the control bar.
- Returns
- Nonzero if the control bar was shown or hidden successfully. It's 0 if the specified control bar does not belong to this dock bar.
Call this member function to show or hide docked control bar. Usually, you don't need to call CBCGPDockBar::ShowControlBar directly, because it is called by the parent frame window or the base control bar implementation.
- Parameters
-
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 layout after show. |
bActivate | Specifies whether to activate the bar or not. |