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