This documentation is archived and is not being maintained.
IWindowProvider Interface
Visual Studio 2010
Exposes methods and properties to support UI Automation client access to controls that provide fundamental window-based functionality within a traditional graphical user interface (GUI).
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The IWindowProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InteractionState | Gets the interaction state of the window. |
![]() | IsModal | Gets a value that specifies whether the window is modal. |
![]() | IsTopmost | Gets a value that specifies whether the window is the topmost element in the z-order. |
![]() | Maximizable | Gets a value that specifies whether the window can be maximized. |
![]() | Minimizable | Gets a value that specifies whether the window can be minimized. |
![]() | VisualState | Gets the visual state of the window. |
| Name | Description | |
|---|---|---|
![]() | Close | Attempts to close the window. |
![]() | SetVisualState | Changes the visual state of the window. For example, minimizes or maximizes it. |
![]() | WaitForInputIdle | Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first. |
Implemented on a UI Automation provider that must support the WindowPattern control pattern.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
