MobileCapabilities.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 indicating whether the browser supports the istyle attribute of HTML <input> elements.

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

Valor da propriedade

Boolean

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.

Aplica-se a