This interface provides methods that allow a browser to insert a hyperlink frame in the navigation process. By using the IHlinkFrame methods, you can provide a seamless interface for users when they navigate from one document, object, or application to another.
IHlinkFrame Methods
GetBrowseContext Retrieves the browse context of the hyperlink frame. Navigate Navigates to the target hyperlink. OnNavigate Notifies the hyperlink frame about a hyperlink navigation. SetBrowseContext Sets the browse context of the hyperlink frame. UpdateHlink Updates the hyperlink frame.
Interface Information
Implementation Custom Inherits from IUnknown Header and IDL files Hlink.h; Hlink.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The IHlinkFrame methods usually are not called directly. Instead they are referenced by the IHlink::Navigate methods when a hyperlink frame is detected.