Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 900 Bytes

appwindow_moveinzorderbelow_1978145726.md

File metadata and controls

30 lines (17 loc) · 900 Bytes
-api-id -api-type
M:Microsoft.UI.Windowing.AppWindow.MoveInZOrderBelow(Microsoft.UI.WindowId)
winrt method

Microsoft.UI.Windowing.AppWindow.MoveInZOrderBelow(Microsoft.UI.WindowId)

-description

Moves the current window to be below the specified window in the Z-order.

-parameters

-param windowId

The identifier of the window to place the current window below.

-remarks

This method lets you set or modify your window's position in the Z-order. You do this by passing in a valid WindowId for the window your window will be placed below in z-order. To place your window at the top of the z-order, use MoveInZOrderAtTop. To place it at the bottom, use MoveInZOrderAtBottom.

-see-also

-examples