UI_FONTPROPERTIES enumeration (uiribbon.h)

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_NOTAVAILABLE
Value: 0
The property is not available.
UI_FONTPROPERTIES_NOTSET
Value: 1
The property is not set.
UI_FONTPROPERTIES_SET
Value: 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

See also

Constants and Enumerations