HttpBrowserCapabilitiesWrapper.CanRenderMixedSelects Propriedade
Definição
Obtém um valor que indica se o navegador dá suporte a elementos WML option que especificam ambos os atributos onpick e value.Gets a value that indicates whether the browser supports WML option elements that specify both onpick and value attributes.
public:
virtual property bool CanRenderMixedSelects { bool get(); };
public override bool CanRenderMixedSelects { get; }
member this.CanRenderMixedSelects : bool
Public Overrides ReadOnly Property CanRenderMixedSelects As Boolean
Valor da propriedade
true Se o navegador der suporte a option elementos WML que especificam os onpick value atributos e; caso contrário, false .true if the browser supports WML option elements that specify both onpick and value attributes; otherwise, false. O padrão é true.The default is true.