HttpBrowserCapabilitiesBase.Frames Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser supports HTML frames.

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

Property Value

true if the browser supports frames; otherwise, false.

Exceptions

Applies to