ISemanticScreenReader.Announce(String) Method

Definition

Announces the specified text through the operating system's screen reader.

public:
 void Announce(System::String ^ text);
public void Announce (string text);
abstract member Announce : string -> unit
Public Sub Announce (text As String)

Parameters

text
String

The text to announce.

Applies to