DesktopSiteBridge.MoveInZOrderBelow(WindowId) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déplace le HWND Win32 associé derrière le Microsoft.UI.WindowId spécifié.
public:
virtual void MoveInZOrderBelow(WindowId windowId) = MoveInZOrderBelow;
void MoveInZOrderBelow(WindowId const& windowId);
public void MoveInZOrderBelow(WindowId windowId);
function moveInZOrderBelow(windowId)
Public Sub MoveInZOrderBelow (windowId As WindowId)
Paramètres
- windowId
- WindowId
WindowId du HWND Win32 spécifié. Cette fenêtre doit avoir le même parent que le HWND Win32 associé.