Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonBar::DrawMenuImage

Draws the image for a menu button.

BOOL DrawMenuImage(
   CDC* pDC,
   const CMFCToolBarMenuButton* pMenuItem,
   const CRect& rectImage
);
[in] pDC

Pointer to a device context for the menu button.

[in] pMenuItem

Pointer to a toolbar menu button.

[in] rectImage

The display rectangle for a menu button.

TRUE if the image was drawn; otherwise FALSE.

Header: afxribbonbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.