UIAccessibility.FocusedElement(String) Method
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.
Retrieves the currently focused element for the specified assistive technology.
public static Foundation.NSObject FocusedElement(string assistiveTechnologyIdentifier);
public static Foundation.NSObject? FocusedElement(string? assistiveTechnologyIdentifier);
static member FocusedElement : string -> Foundation.NSObject
Parameters
- assistiveTechnologyIdentifier
- String
The identifier of the assistive technology to query.
Returns
The focused element, or null if no element is focused.