CFontDialog::GetColor
Appelez cette fonction pour extraire la couleur de police sélectionnée.
COLORREF GetColor( ) const;
Valeur de retour
Couleur de la police sélectionnée.
Exemple
// Get the color of the selected font, if any.
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
COLORREF color = dlg.GetColor();
TRACE(_T("Color of the selected font = %8x\n"), color);
}
Configuration requise
Header: afxdlgs.h