Frameset class

Frameset class

Represents a frames page or a single frame on a frames page. To learn more, visit the Programming with Documents documentation article.

Remarks

If the Frameset.childFramesets property contains items, this instance is a frames page, otherwise it is a single frame.

Constructors

NameDescription
Frameset()The default constructor.

Properties

NameDescription
childFramesetsGets the collection of child frames and frames pages.
frameDefaultUrlGets or sets the web page URL or document file name to display in this frame.
isFrameLinkToFileGets or sets a value indicating whether the web page or document file name specified in the Frameset.frameDefaultUrl property is an external resource the frame is linked with.

See Also