IUIAutomationTransformPattern interface (uiautomationclient.h)
Provides access to a control that can be moved, resized, or rotated.
Inheritance
The IUIAutomationTransformPattern interface inherits from the IUnknown interface. IUIAutomationTransformPattern also has these types of members:
Methods
The IUIAutomationTransformPattern interface has these methods.
IUIAutomationTransformPattern::get_CachedCanMove Retrieves a cached value that indicates whether the element can be moved. |
IUIAutomationTransformPattern::get_CachedCanResize Retrieves a cached value that indicates whether the element can be resized. |
IUIAutomationTransformPattern::get_CachedCanRotate Retrieves a cached value that indicates whether the element can be rotated. |
IUIAutomationTransformPattern::get_CurrentCanMove Indicates whether the element can be moved. |
IUIAutomationTransformPattern::get_CurrentCanResize Indicates whether the element can be resized. |
IUIAutomationTransformPattern::get_CurrentCanRotate Indicates whether the element can be rotated. |
IUIAutomationTransformPattern::Move Moves the UI Automation element. |
IUIAutomationTransformPattern::Resize Resizes the UI Automation element. |
IUIAutomationTransformPattern::Rotate Rotates the UI Automation element. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |