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

CMFCRibbonCategory::OnDrawMenuBorder

Called by the framework to draw the border of a popup menu.

virtual void OnDrawMenuBorder(
    CDC* pDC,
    CMFCRibbonPanelMenuBar* pMenuBar
);
[in] pDC

This parameter is not used.

[in] pMenuBar

This parameter is not used.

By default this method does nothing. Override this method to draw the border of a popup menu.

Header: afxribboncategory.h

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