Draws border of an outlook page button.
- Returns
- This function should return FALSE if the current visual manager does not draw the border of an outlook page button. In this case the border will be drawn by outlook bar (default processing). Returns TRUE if the buttons' border is drawn by the visual manager.
The OnDrawOutlookPageButtonBorder function is called by the framework when an outlook bar is about to draw the border of an outlook page button. Override this function in CBCGPVisualManager - derived class and return TRUE if you want to customize the outlook page button appearance. The default implementation returns FALSE.
- Parameters
-
pDC | A pointer to device context. |
rectBtn | The bounding rectangle of the outlook page button. |
bIsHighlighted | Specifies whether the button is highlighted. |
bIsPressed | Specifies whether the button is pressed. |