AccessibleObject.IAccessible.accFocus Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the object that has the keyboard focus. For a description of this member, see IAccessible.accFocus.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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. |
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.