BCGControlBar Pro for MFC
void CBCGPPopupMenu::EnableMenuLogo ( int  xLogoSize,
LOGO_LOCATION  nLogoLocation = MENU_LOGO_LEFT,
BOOL  bDrawGutter = FALSE 
)

Allows to display the popup menu's logo.

Call this function to enable popup menu's logo. You should implement the CBCGPFrameWnd::OnDrawMenuLogo function in the main frame window class to display the logo image.

Parameters
xLogoSizeSpecifies the logo's size, in pixels.
nLogoLocationSpecifies the logo location. It can be one of the following enumerated values: MENU_LOGO_LEFT, MENU_LOGO_RIGHT, MENU_LOGO_TOP, MENU_LOGO_BOTTOM.
bDrawGutterTRUE - draw a menu gutter (valid for MENU_LOGO_TOP or MENU_LOGO_BOTTOM only).