System.Windows.Forms.HtmlWindow.Frames Property

Gets a reference to each of the FRAME elements defined within the Web page.

Syntax

public HtmlWindowCollection Frames { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A FRAME is a set of windows defined within a FRAMESET. FRAMEs enable hosting multiple documents within a single document. Each FRAME is defined as possessing a certain row and column width, and is position on the page in relation to the other FRAMEs defined within the FRAMESET; the position of a FRAME is fixed, although a user may sometimes use the mouse cursor to grow or shrink the FRAME. An IFRAME is similar to a frame, but it need not be anchored in a fixed position.

Frames will contain one instance of System.Windows.Forms.HtmlWindow for each FRAME or IFRAME defined within a Web page.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0