Share via


PageWindow.ActiveFrameWindow Property

SharePoint Designer Developer Reference

Returns a DesignerWindow object that represents the document displayed in the active page window.

Syntax

expression.ActiveFrameWindow

expression   Required. A variable that represents a PageWindow object.

Remarks

If the active page contains frames, the ActiveFrameWindow property returns the currently selected frame, if one is selected, or the frames page itself, if none of the frames is selected. If a page does not contain frames, the ActiveFrameWindow property returns the window containing the specified page.

See Also