AccessibilityWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum AccessibilityWindowType
type AccessibilityWindowType =
- Inheritance
-
AccessibilityWindowType
Fields
| Name | Value | Description |
|---|---|---|
| Application | 1 | An application window that shows UI for interacting with an application. |
| InputMethod | 2 | An input-method window that shows UI for entering text, such as a keyboard or suggestions. |
| System | 3 | A system window that shows UI for interacting with the system. |
| AccessibilityOverlay | 4 | A window overlaid only by an accessibility service for intercepting user interactions without changing the windows that it can inspect. |
| SplitScreenDivider | 5 | A system window that divides the screen in split-screen mode. |
| MagnificationOverlay | 6 | A system window that shows UI for interacting with window-based magnification, including magnified content and its option menu. |
| WindowControl | 7 | A system window that controls an associated window. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.