CommandBar_Height (Windows CE 5.0)

Send Feedback

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

intCommandBar_Height(HWNDhwndCB);

Parameters

  • hwndCB
    Handle to the command bar's window. This handle is returned by the CommandBar_Create function when the command bar is created.

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib.

See Also

CommandBar_Create

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.