CommandBands_Show

The CommandBands_Show function shows or hides the command bands control.

Syntax

BOOL WINAPI CommandBands_Show (HWND hwndCmdBands, BOOL fShow);

At a Glance

Header file: Commctrl.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

hwndCmdBands
Window handle to command bands control. This handle is returned when the command bands control is created by the CommandBands_Create function.
fShow
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.