CFontDialog::GetColor
Volání této funkce můžete načíst barvu vybraného písma.
COLORREF GetColor( ) const;
Vrácená hodnota
Barva vybraného písma.
Příklad
// 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);
}
Požadavky
Záhlaví: afxdlgs.h