CFontDialog::GetColor
Chiamare questa funzione per recuperare il colore del carattere selezionato.
COLORREF GetColor( ) const;
Valore restituito
Il colore del tipo di carattere selezionato.
Esempio
// 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);
}
Requisiti
Header: afxdlgs.h