|
virtual |
Called by the framework to draw a highlighted menu item.
The default implementation uses the standard background color to fill the rect area of a menu item. Override this member function in your CBCGPVisualManager - derived class to customize the appearance of highlighted menu items.
In addition, you may modify a highlighted item's text color.
pDC | A pointer to a device context of a menu. |
pButton | A pointer to a toolbar menu button object to display (is not used by the default implementation). |
rect | Specifies the bounding rectangle of a menu item to be displayed. |
clrText | Specifies the current text color of highlighted menu items (is not used by the default implementation). |