ITransformProvider interface (uiautomationcore.h)
Provides access to controls that can be moved, resized, and/or rotated within a two-dimensional space.
Inheritance
The ITransformProvider interface inherits from the IUnknown interface. ITransformProvider also has these types of members:
Methods
The ITransformProvider interface has these methods.
ITransformProvider::get_CanMove Indicates whether the control can be moved. |
ITransformProvider::get_CanResize Indicates whether the control can be resized. |
ITransformProvider::get_CanRotate Indicates whether the control can be rotated. |
ITransformProvider::Move Moves the control. |
ITransformProvider::Resize Resizes the control. |
ITransformProvider::Rotate Rotates the control. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the Transform 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |