Freigeben über


UI_SWATCHCOLORMODE-Enumeration (uiribbon.h)

Gibt an, ob ein Farbfeld über einen normalen oder einen monochromen Modus verfügt.

Syntax

typedef enum UI_SWATCHCOLORMODE {
  UI_SWATCHCOLORMODE_NORMAL = 0,
  UI_SWATCHCOLORMODE_MONOCHROME = 1
} ;

Konstanten

 
UI_SWATCHCOLORMODE_NORMAL
Wert: 0
Das Farbfeld ist im normalen Modus.
UI_SWATCHCOLORMODE_MONOCHROME
Wert: 1
Das Farbfeld ist monochrom. Der RGB-Farbwert des Farbfelds wird als 1 Bit pro Pixel interpretiert.
pattern.

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