Share via


DesktopSiteBridge.MoveInZOrderBelow(WindowId) Method

Definition

Moves the associated Win32 HWND behind the specified Microsoft.UI.WindowId.

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)

Parameters

windowId
WindowId

The WindowId of the specified Win32 HWND. This window must have the same parent as the associated Win32 HWND.

Applies to

See also