UI_FONTVERTICALPOSITION-Enumeration (uiribbon.h)

Gibt Werte an, die den vertikalen Ausrichtungszustand eines FontControl-Steuerelements identifizieren.

Syntax

typedef enum UI_FONTVERTICALPOSITION {
  UI_FONTVERTICALPOSITION_NOTAVAILABLE = 0,
  UI_FONTVERTICALPOSITION_NOTSET = 1,
  UI_FONTVERTICALPOSITION_SUPERSCRIPT = 2,
  UI_FONTVERTICALPOSITION_SUBSCRIPT = 3
} ;

Konstanten

 
UI_FONTVERTICALPOSITION_NOTAVAILABLE
Wert: 0
Die vertikale Positionierung ist nicht aktiviert.
UI_FONTVERTICALPOSITION_NOTSET
Wert: 1
Die vertikale Positionierung ist aktiviert, aber nicht umgeschaltet.
UI_FONTVERTICALPOSITION_SUPERSCRIPT
Wert: 2
Die vertikale Positionierung ist aktiviert und für hochgestellt umgeschaltet.
UI_FONTVERTICALPOSITION_SUBSCRIPT
Wert: 3
Die vertikale Positionierung ist für Tiefgestellt aktiviert und umgeschaltet.

Hinweise

UI_FONTVERTICALPOSITION ist den Umschaltflächen Tiefgestellt und Hochgestellt des RichFontFontControl zugeordnet, wie im folgenden Screenshot gezeigt.

Screenshot des FontControl-Elements mit dem RichFont-Attribut, das auf Die Umschaltflächen Tiefgestellt und Hochgestellt werden standardmäßig in fontControl angezeigt, je nach Wert des FontType-Attributs .

Die Schaltflächen Tiefgestellt und Hochgestellt werden basierend auf dem UI_FONTVERTICALPOSITION Wert in UI_PKEY_FontProperties_VerticalPositioning umgeschaltet.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [nur Desktop-Apps]
Kopfzeile uiribbon.h

Siehe auch

Konstanten und Enumerationen

UI_PKEY_FontProperties_VerticalPositioning