énumération UI_FONTPROPERTIES (uiribbon.h)

Spécifie des valeurs qui identifient l’état de la propriété de police d’un FontControl, comme l’objet Strikethrough.

Syntax

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

Constantes

 
UI_FONTPROPERTIES_NOTAVAILABLE
Valeur : 0
La propriété n’est pas disponible.
UI_FONTPROPERTIES_NOTSET
Valeur : 1
La propriété n’est pas définie.
UI_FONTPROPERTIES_SET
Valeur : 2
La propriété est définie.

Configuration requise

   
Client minimal pris en charge Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau uniquement]
En-tête uiribbon.h

Voir aussi

Constantes et énumérations