Gets whether the user requires an application to present information visually in situations where it would otherwise present the information in audible form.
[Visual Basic] Public Shared ReadOnly Property ShowSounds As Boolean [C#] public static bool ShowSounds {get;} [C++] public: __property static bool get_ShowSounds(); [JScript] public static function get ShowSounds() : Boolean;
true if the application should visually show audible output; false if the application can freely use audio.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace