CFontDialog::GetColor
Llame a esta función para recuperar el color de fuente seleccionado.
COLORREF GetColor( ) const;
Valor devuelto
Color de la fuente seleccionada.
Ejemplo
// 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);
}
Requisitos
encabezado: afxdlgs.h