AutomationFocusChangedEventArgs.ChildId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.