Specifies events that are reported by accessible applications.
[Visual Basic] Public Enum AccessibleEvents [C#] public enum AccessibleEvents [C++] public enum AccessibleEvents
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
An accessible object refers to any user interface that supports the IAccessible interface.
This enumeration is used by AccessibleObject and RichControl.
Member Name | Description |
---|---|
Focus | An accessible object has received the keyboard focus. |
Selection | An accessible object within a container object has been selected. This event signals a single selection- either a child has been selected in a container that previously did not contain any selected children or the selection has changed from one child to another. |
Namespace: System.WinForms
Assembly: System.WinForms.dll
System.WinForms Namespace | AccessibleNavigation | AccessibleObject | System.WinForms.AccessibleRole | AccessibleSelection | AccessibleStates