Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Paint Manager's fonts and text colors Collapse All
Subject Author Date
Kai Annacker Jun 26, 2007 - 8:02 AM

To get some colors from a paint manager I use this snippet I found in the forum:

CExtPaintManager* manager = g_PaintManager.GetPM();
COLORREF color = manager->GetColor(CExtPaintManagerOffice2003::_2003CLR_TOOLBAR_GRADIENT_LIGHT);


BUT where is a similar way to get some font or text colors? They all seem to be protected/private members of the paint managers. :-(