UIAccessibility.FocusedElement(String) Method

Definition

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.

Applies to