IUIContextualUI::ShowAtLocation-Methode (uiribbon.h)

Zeigt ein ContextPopup an.

Syntax

HRESULT ShowAtLocation(
  INT32 x,
  INT32 y
);

Parameter

x

Typ: INT32

Die absolute x-Koordinate in Bildschirmkoordinaten für die obere linke Ecke des ContextPopup.

y

Typ: INT32

Die absolute y-Koordinate in Bildschirmkoordinaten für die obere linke Ecke von ContextPopup.

Rückgabewert

Typ: HRESULT

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Hinweise

Die Position des ContextPopup basiert nicht auf den Bildschirmkoordinaten des Anwendungsfensters oder des Mauszeigers.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 7 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 R2 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile uiribbon.h
DLL Mshtml.dll

Weitere Informationen

Kontext-Popup

ContextPopup-Beispiel

IUIContextualUI