Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function retrieves the height of the command bar in pixels.

Syntax

int CommandBar_Height(
  HWND 
hwndCB
); 

Parameters

hwndCB

Handle to the command bar's window. This handle is returned by the CommandBar_Createfunction when the command bar is created.

Return Value

The height, in pixels, of the of the command bar indicates success.

Remarks

Because the command bar occupies part of the client area of an application's main window, you should call this function to determine the actual size of the client area.

Requirements

Header commctrl.h
Library commctrl.lib
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also