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