AppWindow.MoveInZOrderAtTop Method

Definition

Moves the current window to be the top window in the Z-order.

public:
 virtual void MoveInZOrderAtTop() = MoveInZOrderAtTop;
void MoveInZOrderAtTop();
public void MoveInZOrderAtTop();
function moveInZOrderAtTop()
Public Sub MoveInZOrderAtTop ()

Remarks

This corresponds to calling the SetWindowPos function with the hWndInsertAfter parameter set to HWND_TOP.

Applies to