Share via


CommandBands_Show (Windows Embedded CE 6.0)

1/6/2010

This function shows or hides the command bands control.

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 Value

The previous state of the command bands control indicates success.

Requirements

Header commctrl.h
Library commctrl.lib
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Command Bands Functions
CommandBands_Create