Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AppWindow.RequestMoveToDisplayRegion(DisplayRegion) Method
Definition
- Namespace:
- Windows.UI.WindowManagement
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 in the specified display region.
public:
virtual void RequestMoveToDisplayRegion(DisplayRegion ^ displayRegion) = RequestMoveToDisplayRegion;
void RequestMoveToDisplayRegion(DisplayRegion const& displayRegion);
public void RequestMoveToDisplayRegion(DisplayRegion displayRegion);
function requestMoveToDisplayRegion(displayRegion)
Public Sub RequestMoveToDisplayRegion (displayRegion As DisplayRegion)
Parameters
- displayRegion
- DisplayRegion
The display region to move the window to.
Applies to
Feedback
Was this page helpful?
