UI_EVENTLOCATION enumeration (uiribbon.h)

Identifies the locations where events associated with a Ribbon control can originate.

Syntax

typedef enum UI_EVENTLOCATION {
  UI_EVENTLOCATION_Ribbon = 0,
  UI_EVENTLOCATION_QAT = 1,
  UI_EVENTLOCATION_ApplicationMenu = 2,
  UI_EVENTLOCATION_ContextPopup = 3
} ;

Constants

 
UI_EVENTLOCATION_Ribbon
Value: 0
The Ribbon.
UI_EVENTLOCATION_QAT
Value: 1
The QuickAccessToolbar.
UI_EVENTLOCATION_ApplicationMenu
Value: 2
The ApplicationMenu.
UI_EVENTLOCATION_ContextPopup
Value: 3
The ContextPopup.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header uiribbon.h

See also

Constants and Enumerations

OnUIEvent

UI_EVENTTYPE