Class AccessibleUtil
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
AccessibleUtil provides a method to set the reading information.
public static class AccessibleUtil
- Inheritance
-
objectAccessibleUtil
Methods
View SourceSay(string, bool)
Reads the given text by a screen reader.
Declaration
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. |