enumerazione UI_FONTPROPERTIES (uiribbon.h)
Specifica i valori che identificano lo stato della proprietà del tipo di carattere di un oggetto FontControl, ad esempio Strikethrough.
Sintassi
typedef enum UI_FONTPROPERTIES {
UI_FONTPROPERTIES_NOTAVAILABLE = 0,
UI_FONTPROPERTIES_NOTSET = 1,
UI_FONTPROPERTIES_SET = 2
} ;
Costanti
UI_FONTPROPERTIES_NOTAVAILABLE Valore: 0 La proprietà non è disponibile. |
UI_FONTPROPERTIES_NOTSET Valore: 1 La proprietà non è impostata. |
UI_FONTPROPERTIES_SET Valore: 2 La proprietà è impostata. |
Requisiti
Client minimo supportato | Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [solo app desktop] |
Intestazione | uiribbon.h |