AutomationFocusChangedEventArgs.ChildId Property

Definition

Gets the child Microsoft Active Accessibility identifier of the object receiving focus.

public:
 property int ChildId { int get(); };
public int ChildId { get; }
member this.ChildId : int
Public ReadOnly Property ChildId As Integer

Property Value

The identifier.

Remarks

Object IDs are 32-bit values that identify categories of accessible objects within an application. The idObject and idChild parameters contain the object IDs that clients can use to link an AutomationElement to an IAccessible object in an older accessible technology application.

Applies to