CommandBands_Show (Windows CE 5.0)
This function shows or hides the command bands control.
BOOL WINAPI CommandBands_Show(HWNDhwndCmdBands,BOOLfShow);
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.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib.
See Also
Send Feedback on this topic to the authors