AutomationFocusChangedEventArgs.ObjectId 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 identifier (ID) of the Microsoft Active Accessibility object that generated the event.
public:
property int ObjectId { int get(); };
public int ObjectId { get; }
member this.ObjectId : int
Public ReadOnly Property ObjectId As Integer
Property Value
The ID of the user interface (UI) element that is receiving focus. For possible values, see Object Identifiers.
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.