UI_EVENTLOCATION-Enumeration (uiribbon.h)
Gibt die Speicherorte an, von denen Ereignisse stammen können, die einem Menüband-Steuerelement zugeordnet sind.
Syntax
typedef enum UI_EVENTLOCATION {
UI_EVENTLOCATION_Ribbon = 0,
UI_EVENTLOCATION_QAT = 1,
UI_EVENTLOCATION_ApplicationMenu = 2,
UI_EVENTLOCATION_ContextPopup = 3
} ;
Konstanten
UI_EVENTLOCATION_Ribbon Wert: 0 Das Menüband. |
UI_EVENTLOCATION_QAT Wert: 1 Die QuickAccessToolbar. |
UI_EVENTLOCATION_ApplicationMenu Wert: 2 ApplicationMenu. |
UI_EVENTLOCATION_ContextPopup Wert: 3 ContextPopup. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
Kopfzeile | uiribbon.h |