HttpBrowserCapabilitiesBase.CanRenderMixedSelects 속성

정의

파생 클래스에서 재정의된 경우 브라우저에서 onpickvalue 특성을 둘 다 지정하는 WML option 요소를 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

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

예외

적용 대상