Share via


MobileCapabilities.CanRenderMixedSelects 속성

정의

브라우저에서 <option>onpick 특성이 둘 다 지정된 WML value 요소를 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

브라우저에서 onpickvalue 특성을 둘 다 지정하는 WML <option> 요소를 지원하면 true이고, 지원하지 않으면 false입니다. 기본값은 true입니다.

적용 대상