Partager via


CommandBands_Show (Compact 2013)

3/28/2014

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

See Also

Reference

Command Bands Functions
CommandBands_Create