object.IsSpeaking
Indicates whether the voice-text object is in the process of speaking text for the voice-text site. A site is global and may be in use by another application.
· Example:
Vtxt.IsSpeaking = True
object
Voice-text object.
If IsSpeaking is TRUE, the voice-text object is currently speaking text. If IsSpeaking is FALSE, the object is not speaking.
The IsSpeaking property is read-only; an application cannot set this property.