Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies values that identify the font property state of a FontControl, such as Strikethrough.
Syntax
typedef enum UI_FONTPROPERTIES {
UI_FONTPROPERTIES_NOTAVAILABLE = 0,
UI_FONTPROPERTIES_NOTSET = 1,
UI_FONTPROPERTIES_SET = 2
} ;
Constants
UI_FONTPROPERTIES_NOTAVAILABLEValue: 0 The property is not available. |
UI_FONTPROPERTIES_NOTSETValue: 1 The property is not set. |
UI_FONTPROPERTIES_SETValue: 2 The property is set. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
| Header | uiribbon.h |