Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindow.MoveInZOrderAtBottom Method
Definition
- Namespace:
- Microsoft.UI.Windowing
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the current window to be the bottom window in the Z-order.
public:
virtual void MoveInZOrderAtBottom() = MoveInZOrderAtBottom;
void MoveInZOrderAtBottom();
public void MoveInZOrderAtBottom();
function moveInZOrderAtBottom()
Public Sub MoveInZOrderAtBottom ()
Remarks
If the window is a topmost window, the window loses its topmost status and is placed at the bottom of all other windows. This corresponds to calling the SetWindowPos function with the hWndInsertAfter parameter set to HWND_BOTTOM.
Applies to
Feedback
Was this page helpful?
