AccessibleObject.IAccessible.accFocus 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 object that has the keyboard focus. For a description of this member, see accFocus.
property System::Object ^ Accessibility::IAccessible::accFocus { System::Object ^ get(); };
object Accessibility.IAccessible.accFocus { get; }
object? Accessibility.IAccessible.accFocus { get; }
member this.Accessibility.IAccessible.accFocus : obj
ReadOnly Property accFocus As Object Implements IAccessible.accFocus
Property Value
The object that has keyboard focus.
Implements
Remarks
The return value type of the IAccessible.accFocus property depends on the object that has keyboard focus. The following table describes the object types that the IAccessible.accFocus property returns.
Type | Description |
---|---|
null |
This object does not have the keyboard focus itself and does not contain a child that has the keyboard focus. |
integer | 0 if the current object has keyboard focus; otherwise, the child ID of the child accessible object with keyboard focus. |
IAccessible | The child accessible object that has the keyboard focus. |
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface.