void StopScreenReader()

Stops the screen reader

Security

Trust Level Required: Medium Trust

Return

Nothing returned

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


//stop the screen reader after a set timeout occurs
var stopscreenreaderTimer = 1000 * 60 * 10;//10 minutes
var stopReader = setTimeout(() => KioApp.StopScreenReader(), stopscreenreaderTimer)
    

Requirements

KioWare for Windows version 8.7 or greater.