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

CMFCVisualManagerOffice2003::OnDrawPopupWindowCaption

The framework calls this method when it draws the caption of a popup window.

virtual COLORREF OnDrawPopupWindowCaption(
   CDC* pDC,
   CRect rectCaption,
   CMFCDesktopAlertWnd* pPopupWnd
);
[in] pDC

Pointer to the device context of the caption.

[in] rectCaption

Bounding rectangle of the caption.

[in] pPopupWnd

Pointer to the popup window for which the caption is to be drawn.

The text color of the caption.

Override this method in a derived visual manager to customize the appearance of popup-window captions.

Header: afxvisualmanageroffice2003.h

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