UI_PKEY_FontProperties_Italic
Identifies the UI_PKEY_FontProperties_Italic property.
propertyDescription
name = UI_PKEY_FontProperties_Italic
shellPKey = UI_PKEY_FontProperties_Italic
formatID = 00000304-7363-696e-8441798acf5aebb7
propID = 304
typeInfo
type = UI_FONTPROPERTIES
Remarks
UI_PKEY_FontProperties_Italic is used by an application to query the state of the Italic button.
The property value is from the UI_FONTPROPERTIES enumeration.
The default value is UI_FONTPROPERTIES_NOTSET
.
The following table describes the properties and the UI result.
Property | UI Result |
---|---|
UI_FONTPROPERTIES_NOTAVAILABLE |
Italic button is disabled and can only be set by the application. |
UI_FONTPROPERTIES_NOTSET |
Italic button is not selected. |
UI_FONTPROPERTIES_SET |
Italic button is selected. |
Related topics