Indicates whether the client browser supports background sounds.
[Visual Basic] Overridable Public ReadOnly Property BackgroundSounds As Boolean [C#] public bool BackgroundSounds {virtual get;} [C++] public: __property virtual bool get_BackgroundSounds(); [JScript] public function get BackgroundSounds() : Boolean;
true if the browser client supports background sounds; otherwise, false. Default value is false.
[Visual Basic]
<% ' This example performs some action only if the client browser ' supports background sounds. If Request.Browser.BackgroundSounds = True Then ... End If %>
HttpBrowserCapabilities Class | HttpBrowserCapabilities Members | System.Web Namespace