共用方式為


AppWindow.MoveInZOrderAtBottom 方法

定義

將目前的視窗移至 Z 順序中的底部視窗。

public:
 virtual void MoveInZOrderAtBottom() = MoveInZOrderAtBottom;
void MoveInZOrderAtBottom();
public void MoveInZOrderAtBottom();
function moveInZOrderAtBottom()
Public Sub MoveInZOrderAtBottom ()

備註

如果視窗是最上層的視窗,則視窗會失去最上層的狀態,並放置在所有其他視窗的底部。 這會對應至呼叫 SetWindowPos 函式, hWndInsertAfter 並將 參數設定為 HWND_BOTTOM

適用於