Compartir a través de


CFontDialog::IsStrikeOut

Llame a esta función para determinar si se muestra la fuente seleccionada con tachado.

BOOL IsStrikeOut( ) const;

Valor devuelto

Distinto de cero si la fuente seleccionada hace que la característica de tachado habilitar; si no 0.

Ejemplo

// 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

encabezado: afxdlgs.h

Vea también

Referencia

CFontDialog Class

Gráfico de jerarquías

CFontDialog::GetCurrentFont