HttpBrowserCapabilitiesWrapper.Frames Property

Definition

Gets a value that indicates whether the browser supports HTML frames.

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

Property Value

true if the browser supports frames; otherwise, false. The default is false.

Applies to