This function shows or hides the command bands control.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
BOOL WINAPI CommandBands_Show (HWND hwndCmdBands,
BOOL fShow);
Parameters
hwndCmdBands
Handle to command bands control’s window. This handle is returned when the command bands control is created by the CommandBands_Create function.
fShow
Boolean that specifies whether to show or hide the command bands control. Set this parameter to TRUE to show the command bar, or FALSE to hide it.
Return Values
The previous state of the command bands control indicates success.