BCGControlBar Pro for MFC
static CSize CBCGPToolBar::GetMenuImageSize ( const CWnd *  pParent = NULL)
static

Retrieves the size of menu images.

Parameters
pParentA pointer to window where menu image will be drawn. Required for DPI-aware applications.
Returns
A CSize object that represents the size of menu images.

A toolbar can contain menu buttons with images. The size of menu images is maintained as a global variable and can be retrieved by this static member function.

Call SetMenuSizes() to set this global variable.