Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Client developers should use the following functionality to get information about the user interface elements:
- To get an IAccessible interface to objects, call AccessibleObjectFromWindow, AccessibleObjectFromPoint, or AccessibleObjectFromEvent.
- To examine and manipulate accessible objects, use the IAccessible properties and methods.
- To receive WinEvents, call SetWinEventHook to register a WinEvent callback function for those events that are relevant to the client application.
In this section