AppWindow.RequestMoveAdjacentToWindow(AppWindow) Method

Definition

Makes a request to position the window next to the specified anchor window.

public:
 virtual void RequestMoveAdjacentToWindow(AppWindow ^ anchorWindow) = RequestMoveAdjacentToWindow;
void RequestMoveAdjacentToWindow(AppWindow const& anchorWindow);
public void RequestMoveAdjacentToWindow(AppWindow anchorWindow);
function requestMoveAdjacentToWindow(anchorWindow)
Public Sub RequestMoveAdjacentToWindow (anchorWindow As AppWindow)

Parameters

anchorWindow
AppWindow

The window to position this window next to.

Remarks

The move request is ignored if the AppWindow.WindowingEnvironment is Tiled.

Applies to