Class AccessibleUtil

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll

AccessibleUtil provides a method to set the reading information.

C#
Copy
public static class AccessibleUtil
Inheritance
object
AccessibleUtil

Methods

View Source

Say(string, bool)

Reads the given text by a screen reader.

Declaration
C#
Copy
public static Task<ReadingStatus> Say(string text, bool discardable)
Parameters
Type Name Description
string text

The reading text.

bool discardable

If true, reading can be discarded by subsequent reading requests. If false, reading must be finished before the next reading request can be started.

Returns
Type Description
System.Threading.Tasks.Task<TResult><ReadingStatus>

Return a task with the reading status.