The CommandBar_Show function shows or hides the command bar.
BOOL CommandBar_Show(HWND hwndCB, BOOL fShow);
Header file: | Commctrl.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
The previous show state of the command bar. This function returns TRUE if command bar was displayed, FALSE if it was hidden.
Command bars are created with the show state set to TRUE. To hide the command bar before the window is displayed call CommandBar_Show, with the fShow parameter set to false, before calling ShowWindow for the parent window.