ITransformProvider Interface

Exposes methods and properties to support UI Automation client access to controls that can be moved, resized, and/or rotated within a two-dimensional space.

ITransformProvider Members

CanMove Gets a value that specifies whether the control can be moved.
CanResize Gets a value that specifies whether the control can be resized.
CanRotate Gets a value that specifies whether the control can be rotated.
Move Moves the control.
Resize Resizes the control.
Rotate Rotates the control.

Remarks

Implemented on a UI Automation provider that must support the TransformPattern control pattern.

Support for this control pattern is not limited to objects on the desktop. This control pattern must also be implemented by the children of a container object as long as the children can be moved, resized, or rotated freely within the boundaries of the container.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

UI Automation Providers Overview