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 availability of a contextual tab.
Syntax
typedef enum UI_CONTEXTAVAILABILITY {
UI_CONTEXTAVAILABILITY_NOTAVAILABLE = 0,
UI_CONTEXTAVAILABILITY_AVAILABLE = 1,
UI_CONTEXTAVAILABILITY_ACTIVE = 2
} ;
Constants
UI_CONTEXTAVAILABILITY_NOTAVAILABLEValue: 0 A contextual tab is not available for the selected object. |
UI_CONTEXTAVAILABILITY_AVAILABLEValue: 1 A contextual tab is available for the selected object. The tab is not the active tab. |
UI_CONTEXTAVAILABILITY_ACTIVEValue: 2 A contextual tab is available for the selected object. The tab is the active tab. |
Remarks
A contextual tab is displayed based on the UI_CONTEXTAVAILABILITY value in UI_PKEY_ContextAvailable.
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 |