Listens to events from the Windows accessibility system. These events are useful
if you want to write a screenreader or similar program.

C# |
public class AccessibleEventListener : Component

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | AccessibleEventListener(IContainer) |
Initializes a new instance of this class with the specified container.
|
![]() | AccessibleEventListener()()() |
Initializes a new instance of this class.
|
![]() | Dispose(Boolean) |
Releases all resources used by the System.ComponentModel.Component.
(Overrides Component.Dispose(Boolean).) |
![]() | Enabled |
Enables this listener so that it reports accessible events.
|
![]() | EventOccurred |
Occurs when an accessible event is received.
|
![]() | MaximalEventType |
The maximal event type to listen to.
|
![]() | MinimalEventType |
The minimal event type to listen to.
|
![]() | ProcessId |
The Process ID to listen to.
Default 0 listens to all processes.
|
![]() | ThreadId |
The Thread ID to listen to.
Default 0 listens to all threads.
|

Object | |||
![]() | MarshalByRefObject | ||
![]() | Component | ||
![]() | AccessibleEventListener |