CMFCVisualManager::DrawTextOnGlass

This topic is included for completeness. For more detail see the source code located in the VC\atlmfc\src\mfc folder of your Visual Studio installation.

virtual BOOL DrawTextOnGlass(
   CDC* pDC,
   CString strText,
   CRect rect,
   DWORD dwFlags,
   int nGlowSize = 0,
   COLORREF clrText = (COLORREF)-1
);

Parameters

  • [in] pDC
     

  • [in] strText
     

  • [in] rect
     

  • [in] dwFlags
     

  • [in] nGlowSize
     

  • [in] clrText
     

Requirements

Header: afxvisualmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCVisualManager Class