Hyperlink.ExtraInfoRequired Property

Definition

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

public:
 property bool ExtraInfoRequired { bool get(); };
public bool ExtraInfoRequired { get; }
member this.ExtraInfoRequired : bool
Public ReadOnly Property ExtraInfoRequired As Boolean

Property Value

Remarks

You can specify extra information by using the ExtraInfo argument with the Follow(Object, Object, Object, Object, Object) or FollowHyperlink(Object, Object, Object, Object, Object, Object, Object) 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.

Applies to