CMFCToolTipCtrl::OnFillBackground

Fills the tooltip background.

virtual void OnFillBackground(
   CDC* pDC,
   CRect rect,
   COLORREF& clrText,
   COLORREF& clrLine 
);

Parameters

  • [in] pDC
    A pointer to a device context.

  • [in] rect
    Specifies the bounding rectangle of the area to fill.

  • [in] clrText
    Tooltip foreground color.

  • [in] clrLine
    Color of borders and the delimiter line between label and description.

Remarks

The default implementation fills the rectangle that is specified by rect with the color or pattern specified by the most recent call to CMFCToolTipCtrl::SetParams.

Override this method in a derived class if you want to customize the appearance of the tooltip.

Requirements

Header: afxToolTipCtrl.h

See Also

Reference

CMFCToolTipCtrl Class

Hierarchy Chart