Pane.NewFrameset Method

Definition

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.

Applies to