This topic has not yet been rated - Rate this topic

CMFCVisualManagerVS2005::GetTabFrameColors

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 void GetTabFrameColors(
   const CMFCBaseTabCtrl* pTabWnd,
   COLORREF& clrDark,
   COLORREF& clrBlack,
   COLORREF& clrHighlight,
   COLORREF& clrFace,
   COLORREF& clrDarkShadow,
   COLORREF& clrLight,
   CBrush*& pbrFace,
   CBrush*& pbrBlack
);
[in] pTabWnd

 

[in] clrDark

 

[in] clrBlack

 

[in] clrHighlight

 

[in] clrFace

 

[in] clrDarkShadow

 

[in] clrLight

 

[in] pbrFace

 

[in] pbrBlack

 

Header: afxvisualmanagervs2005.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.