AppWindow.RequestMoveAdjacentToCurrentView 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 current view.
public:
virtual void RequestMoveAdjacentToCurrentView() = RequestMoveAdjacentToCurrentView;
void RequestMoveAdjacentToCurrentView();
public void RequestMoveAdjacentToCurrentView();
function requestMoveAdjacentToCurrentView()
Public Sub RequestMoveAdjacentToCurrentView ()
Remarks
The move request is ignored if the AppWindow.WindowingEnvironment is Tiled
.