Desktop Window (MSAA UI Element Reference)
The desktop window displays the desktop list view (which contains icons such as My Computer) and the taskbar that contains the Start button.
This object is rarely queried by clients because the list view and the taskbar cover the entire desktop. The desktop object is retrieved when you log on, before the operating system shell displays the list view and taskbar. In some cases, the desktop is obtained when navigating from other objects.
The window class name for the desktop window is "#32769".
IAccessible Methods
The desktop window supports the following IAccessible methods:
IAccessible Properties
The desktop window supports the following IAccessible properties:
Property | Comments |
---|---|
get_accChildCount | |
get_accFocus | |
get_accName | The Name property is "Desktop". |
get_accRole | The Role property is ROLE_SYSTEM_CLIENT. |
get_accSelection | |
get_accState | The State property is a combination of one or more of the following values:STATE_SYSTEM_INVISIBLE | STATE_SYSTEM_UNAVAILABLE | STATE_SYSTEM_FOCUSED | STATE_SYSTEM_FOCUSABLE |