HttpBrowserCapabilitiesWrapper.BackgroundSounds Propriedade
Definição
Obtém um valor que indica se o navegador dá suporte à reprodução de sons em segundo plano usando o elemento HTML bgsounds.Gets a value that indicates whether the browser supports playing background sounds by using the bgsounds HTML element.
public:
virtual property bool BackgroundSounds { bool get(); };
public override bool BackgroundSounds { get; }
member this.BackgroundSounds : bool
Public Overrides ReadOnly Property BackgroundSounds As Boolean
Valor da propriedade
true Se o navegador der suporte à reprodução de sons em segundo plano; caso contrário, false .true if the browser supports playing background sounds; otherwise, false. O padrão é false.The default is false.