Compartir a través de


enumeración UI_FONTPROPERTIES (uiribbon.h)

Especifica valores que identifican el estado de la propiedad de fuente de un FontControl, como Strikethrough.

Syntax

typedef enum UI_FONTPROPERTIES {
  UI_FONTPROPERTIES_NOTAVAILABLE = 0,
  UI_FONTPROPERTIES_NOTSET = 1,
  UI_FONTPROPERTIES_SET = 2
} ;

Constantes

 
UI_FONTPROPERTIES_NOTAVAILABLE
Valor: 0
La propiedad no está disponible.
UI_FONTPROPERTIES_NOTSET
Valor: 1
La propiedad no está establecida.
UI_FONTPROPERTIES_SET
Valor: 2
La propiedad se establece.

Requisitos

   
Cliente mínimo compatible Windows 7, Windows Vista con SP2 y Actualización de plataforma para Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 R2, Windows Server 2008 con SP2 y Actualización de plataforma para Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado uiribbon.h

Consulte también

Constantes y enumeraciones