NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessibleEvents Enumeration

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.

Remarks

An accessible object refers to any user interface that supports the IAccessible interface.

This enumeration is used by AccessibleObject and RichControl.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | AccessibleNavigation | AccessibleObject | System.WinForms.AccessibleRole | AccessibleSelection | AccessibleStates