AccessibleObject::IAccessible::accFocus Property
This API supports the product 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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property Object^ accFocus { virtual Object^ get() sealed = IAccessible::accFocus::get; }
Implements
IAccessible::accFocusThe 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.
Available since 2.0