AppWindow.MoveInZOrderAtTop Method
Definition
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 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
.