Hyperlink.ExtraInfoRequired Property

True if extra information is required to resolve the specified hyperlink.

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

Syntax

'Declaration
ReadOnly Property ExtraInfoRequired As Boolean
    Get
'Usage
Dim instance As Hyperlink
Dim value As Boolean

value = instance.ExtraInfoRequired
bool ExtraInfoRequired { get; }

Property Value

Type: System.Boolean

Remarks

You can specify extra information by using the ExtraInfo argument with the Follow or FollowHyperlink method. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.

See Also

Reference

Hyperlink Interface

Hyperlink Members

Microsoft.Office.Interop.Word Namespace