HttpBrowserCapabilitiesBase.BackgroundSounds 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否支持使用 bgsounds HTML 元素播放背景声音。

public:
 virtual property bool BackgroundSounds { bool get(); };
public virtual bool BackgroundSounds { get; }
member this.BackgroundSounds : bool
Public Overridable ReadOnly Property BackgroundSounds As Boolean

属性值

true 如果浏览器支持播放背景声音,则为否则,为 false.

例外

适用于