
C# |
namespace ManagedWinapi.Accessibility

All Types | Classes | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
![]() | AccessibleEventArgs |
Provides data for accessible events.
|
![]() | AccessibleEventHandler |
Represents the method that will handle accessibility events.
|
![]() | AccessibleEventListener |
Listens to events from the Windows accessibility system. These events are useful
if you want to write a screenreader or similar program.
|
![]() | AccessibleEventType |
This enumeration lists known accessible event types.
|
![]() | AccessibleObjectID |
This enumeration lists all kinds of accessible objects that can
be directly assigned to a window.
|
![]() | SystemAccessibleObject |
Provides access to the Active Accessibility API. Every SystemWindow
has one ore more AccessibleObjects attached that provide information about the
window to visually impaired people. This information is mainly used by screen
readers and other accessibility software..
|