_Document.DefaultTargetFrame Property

Returns or sets a String indicating the browser frame in which to display a Web page reached through a hyperlink.

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

Syntax

'Declaration
Property DefaultTargetFrame As String
    Get
    Set
'Usage
Dim instance As _Document
Dim value As String

value = instance.DefaultTargetFrame

instance.DefaultTargetFrame = value
string DefaultTargetFrame { get; set; }

Property Value

Type: System.String

Remarks

While the DefaultTargetFrame property can use any user-defined string, it has the following predefined strings: "_top", "_blank", "_parent", and "_self".

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace