Hyperlink.ExtraInfoRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.