UI_INVALIDATIONS-Enumeration (uiribbon.h)

Gibt Werte an, die den Aspekt eines zu ungültigen Befehls identifizieren.

Syntax

typedef enum UI_INVALIDATIONS {
  UI_INVALIDATIONS_STATE = 0x1,
  UI_INVALIDATIONS_VALUE = 0x2,
  UI_INVALIDATIONS_PROPERTY = 0x4,
  UI_INVALIDATIONS_ALLPROPERTIES = 0x8
} ;

Konstanten

 
UI_INVALIDATIONS_STATE
Wert: 0x1
Eine Zustandseigenschaft, z. B. UI_PKEY_Enabled.
UI_INVALIDATIONS_VALUE
Wert: 0x2
Die value-Eigenschaft eines Befehls.
UI_INVALIDATIONS_PROPERTY
Wert: 0x4
Beliebige Eigenschaft.
UI_INVALIDATIONS_ALLPROPERTIES
Wert: 0x8
Alle Eigenschaften.

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

IUIFramework::InvalidateUICommand