The CommandBar_Height function retrieves the height of the command bar in pixels.
int CommandBar_Height(HWND hwndCB);
Header file: | Commctrl.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
The height, in pixels, of the of the command bar.
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.