Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Draws the border of a tooltip.
virtual void OnDrawBorder(
   CDC* pDC,
   CRect rect,
   COLORREF clrLine 
);
Parameters
- [in] pDC 
 Pointer to a device context.
- [in] rect 
 The bounding rectangle of the tooltip.
- [in] clrLine 
 Border color.
Remarks
Override this method in a derived class to customize the appearance of the tooltip border.
Requirements
Header: afxToolTipCtrl.h