CFontDialog::GetColor
Rufen Sie diese Funktion auf, um die ausgewählte Schriftfarbe abzurufen.
COLORREF GetColor( ) const;
Rückgabewert
Die Farbe der ausgewählten Schriftart.
Beispiel
// 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);
}
Anforderungen
Header: afxdlgs.h