ITransformProvider Interface
.NET Framework 3.0
Exposes methods and properties to support UI Automation client access to controls that can be moved, resized, or rotated within a two-dimensional space.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
System.Windows.Automation.Provider Namespace
TransformPattern
Server-side UI Automation Provider Implementation
Client-side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Transform Control Pattern
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
[ComVisibleAttribute(true)] [GuidAttribute("6829ddc4-4f91-4ffa-b86f-bd3e2987cb4c")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] public interface ITransformProvider
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("6829ddc4-4f91-4ffa-b86f-bd3e2987cb4c") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface ITransformProvider
ComVisibleAttribute(true) GuidAttribute("6829ddc4-4f91-4ffa-b86f-bd3e2987cb4c") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface ITransformProvider
Not applicable.
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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ITransformProvider MembersSystem.Windows.Automation.Provider Namespace
TransformPattern
Other Resources
UI Automation Control Patterns OverviewServer-side UI Automation Provider Implementation
Client-side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Transform Control Pattern
Community Additions
ADD
Show: