Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies values that identify the aspect of a Command to invalidate.
Syntax
typedef enum UI_INVALIDATIONS {
UI_INVALIDATIONS_STATE = 0x1,
UI_INVALIDATIONS_VALUE = 0x2,
UI_INVALIDATIONS_PROPERTY = 0x4,
UI_INVALIDATIONS_ALLPROPERTIES = 0x8
} ;
Constants
UI_INVALIDATIONS_STATE Value: 0x1 A state property, such as UI_PKEY_Enabled. |
UI_INVALIDATIONS_VALUE Value: 0x2 The value property of a Command. |
UI_INVALIDATIONS_PROPERTY Value: 0x4 Any property. |
UI_INVALIDATIONS_ALLPROPERTIES Value: 0x8 All properties. |
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 |