HttpBrowserCapabilitiesWrapper.SupportsInputIStyle Propriedade
Definição
Obtém um valor que indica se o navegador dá suporte ao atributo istyle de elementos HTML input.Gets a value that indicates whether the browser supports the istyle attribute of HTML input elements.
public:
virtual property bool SupportsInputIStyle { bool get(); };
public override bool SupportsInputIStyle { get; }
member this.SupportsInputIStyle : bool
Public Overrides ReadOnly Property SupportsInputIStyle As Boolean
Valor da propriedade
true Se o navegador oferecer suporte ao istyle atributo de input elementos HTML; caso contrário, false .true if the browser supports the istyle attribute of HTML input elements; otherwise, false. O padrão é false.The default is false.