Share via


Frameset.FrameLinkToFile Property

True if the Web page or other document specified by the FrameDefaultURL property is an external file to which Microsoft Word maintains only a link from the specified frame.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FrameLinkToFile As Boolean
    Get
    Set
'Usage
Dim instance As Frameset
Dim value As Boolean

value = instance.FrameLinkToFile

instance.FrameLinkToFile = value
bool FrameLinkToFile { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace