HttpBrowserCapabilities.Frames Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the client browser supports HTML frames.
public:
 property bool Frames { bool get(); };public bool Frames { get; }member this.Frames : boolPublic ReadOnly Property Frames As BooleanProperty Value
true if the browser client supports frames; otherwise, false. The default is false.