HttpBrowserCapabilitiesBase.SupportsFontName Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser supports the name attribute of HTML font elements.

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

Property Value

true if the browser supports the name attribute of HTML font elements; otherwise, false.

Exceptions

Applies to