Pane.NewFrameset Method
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.
Creates a new frames page based on the specified pane.
public:
void NewFrameset();
public void NewFrameset ();
abstract member NewFrameset : unit -> unit
Public Sub NewFrameset ()
Examples
This example opens a document named "Temp.doc" and then creates a new frames page whose only frame contains "Temp.doc".
<span class="label">Documents.Open "C:\Documents\Temp.doc"
ActiveDocument.ActiveWindow.ActivePane.</span>
<span class="label">NewFrameset</span>
Remarks
For more information on creating frames pages, see Creatingframespages#SameCHM.