CFontDialog::IsStrikeOut
Chamar essa função para determinar se a fonte selecionada é exibida com strikeout.
BOOL IsStrikeOut( ) const;
Valor de retorno
Diferente de zero se a fonte selecionada tem a característica de strikeout; ativada se não 0.
Exemplo
// Is the selected font displayed with strikeout?
CFontDialog dlg;
if (dlg.DoModal() == IDOK)
{
BOOL strikeout = dlg.IsStrikeOut();
TRACE(_T("Is the selected font strikeout? %d\n"), strikeout);
}
Requisitos
Cabeçalho: afxdlgs.h