bool StartScreenReader()
Starts a configured screen reader
Security
Trust Level Required: Medium Trust
Return
True if the screen reader was started successfully.
Remarks
KioWare implements the JAWS by Freedom Scientific screen reader software. This software must be installed and selected for use in the Assistive Technologies section of the Configuration Tool.
Examples
//start the screen reader on session begin
if(KioApp.isSessionActive() && !KioApp.IsScreenReaderRunning())
{
if(!KioApp.StartScreenReader()) console.log("Could not start JAWS by Freedom Scientific");
}
Requirements
KioWare for Windows version 8.7 or greater.