AppWindow.RequestMoveAdjacentToWindow(AppWindow) 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.
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
.