HttpBrowserCapabilitiesBase.SupportsSelectMultiple 属性
定义
在派生类中重写时,获取一个值,该值指示浏览器是否支持 HTML select 元素的 multiple 特性。When overridden in a derived class, gets a value that indicates whether the browser supports the multiple attribute of HTML select elements.
public:
virtual property bool SupportsSelectMultiple { bool get(); };
public virtual bool SupportsSelectMultiple { get; }
member this.SupportsSelectMultiple : bool
Public Overridable ReadOnly Property SupportsSelectMultiple As Boolean
属性值
如果浏览器支持 HTML select 元素的 multiple 属性,则为 true;否则为 false。true if the browser supports the multiple attribute of HTML select elements; otherwise, false.
例外
始终。Always.