MobileCapabilities.CanRenderMixedSelects 属性
定义
获取一个值,该值指示浏览器是否支持同时指定 <option> 和 onpick 特性的 WML value 元素。Gets a value indicating whether the browser supports WML <option> elements that specify both onpick and value attributes.
public:
virtual property bool CanRenderMixedSelects { bool get(); };
public virtual bool CanRenderMixedSelects { get; }
member this.CanRenderMixedSelects : bool
Public Overridable ReadOnly Property CanRenderMixedSelects As Boolean
属性值
如果浏览器支持同时指定 onpick 和 value 属性的 WML <option> 元素,则为 true;否则为 false。true if the browser supports WML <option> elements that specify both onpick and value attributes; otherwise, false. 默认值为 true。The default is true.