Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 3.03 KB

nf-uiautomationcore-itransformprovider-move.md

File metadata and controls

91 lines (70 loc) · 3.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationcore.ITransformProvider.Move
ITransformProvider::Move (uiautomationcore.h)
Moves the control.
ITransformProvider interface [Windows Accessibility]
Move method
ITransformProvider.Move
ITransformProvider::Move
Move
Move method [Windows Accessibility]
Move method [Windows Accessibility]
ITransformProvider interface
uiauto.uiauto_ITransformProvider_Move
uiauto_ITransformProvider_Move
uiautomationcore/ITransformProvider::Move
winauto.uiauto_ITransformProvider_Move
winauto\uiauto_ITransformProvider_Move.htm
WinAuto
5abd6b54-a555-4e6f-9868-9c9b3e2f6e50
12/05/2018
ITransformProvider interface [Windows Accessibility],Move method, ITransformProvider.Move, ITransformProvider::Move, Move, Move method [Windows Accessibility], Move method [Windows Accessibility],ITransformProvider interface, uiauto.uiauto_ITransformProvider_Move, uiauto_ITransformProvider_Move, uiautomationcore/ITransformProvider::Move, winauto.uiauto_ITransformProvider_Move
uiautomationcore.h
UIAutomation.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
UIAutomationCore.idl
Windows
19H1
ITransformProvider::Move
uiautomationcore/ITransformProvider::Move
c++
APIRef
kbSyntax
COM
UIAutomationCore.h
ITransformProvider.Move

ITransformProvider::Move

-description

Moves the control.

-parameters

-param x [in]

Type: double

The absolute screen coordinates of the left side of the control.

-param y [in]

Type: double

The absolute screen coordinates of the top of the control.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

An object cannot be moved, resized or rotated such that its resulting screen location would be completely outside the coordinates of its container and inaccessible to keyboard or mouse. For example, when a top-level window is
moved completely off-screen or a child object is moved outside the boundaries of the container's viewport. In these cases the object is placed as close to the requested screen coordinates as possible with the top or left coordinates overridden to be within the container boundaries.

-see-also

ITransformProvider

UI Automation Providers Overview