HttpBrowserCapabilitiesBase.SupportsBodyColor Propriedade
Definição
Quando substituída em uma classe derivada, obtém um valor que indica se o navegador dá suporte ao atributo bgcolor do elemento HTML body.When overridden in a derived class, gets a value that indicates whether the browser supports the bgcolor attribute of the HTML body element.
public:
virtual property bool SupportsBodyColor { bool get(); };
public virtual bool SupportsBodyColor { get; }
member this.SupportsBodyColor : bool
Public Overridable ReadOnly Property SupportsBodyColor As Boolean
Valor da propriedade
true Se o navegador oferecer suporte ao bgcolor atributo do body elemento HTML; caso contrário, false .true if the browser supports the bgcolor attribute of the HTML body element; otherwise, false.
Exceções
Sempre.Always.