NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.ShowSounds

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;

Property Value

true if the application should visually show audible output; false if the application can freely use audio.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace