IHlinkFrame interface
Note The Microsoft ActiveX Hyperlink API is deprecated in Windows Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Provides methods that allow a browser to insert a hyperlink frame in the navigation process.
Members
The IHlinkFrame interface inherits from the IUnknown interface. IHlinkFrame also has these types of members:
- Methods
Methods
The IHlinkFrame interface has these methods.
Method | Description |
---|---|
GetBrowseContext |
Note IHlinkFrame::GetBrowseContext may be altered or unavailable in subsequent versions of the operating system or product.
Note The ActiveX Hyperlink API is deprecated in Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Gets the browse context of the hyperlink frame. |
Navigate |
Note The ActiveX Hyperlink API is deprecated in Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Navigates to the target hyperlink. |
OnNavigate |
Note IHlinkFrame::OnNavigate may be altered or unavailable in subsequent versions of the operating system or product.
Note The ActiveX Hyperlink API is deprecated in Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Notifies the hyperlink frame about a hyperlink navigation. |
SetBrowseContext |
Note IHlinkFrame::SetBrowseContext may be altered or unavailable in subsequent versions of the operating system or product.
Note The ActiveX Hyperlink API is deprecated in Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Sets the browse context of the hyperlink frame. |
UpdateHlink |
Note IHlinkFrame::UpdateHlink may be altered or unavailable in subsequent versions of the operating system or product.
Note The ActiveX Hyperlink API is deprecated in Internet Explorer 8 and later, and ActiveX technology as a whole is unsupported in the Microsoft Edge browser in favor of standards-based web APIs. For more information, see Saying goodbye to ActiveX, VBScript, attachEvent... and Get ready for plug-in free browsing.
Updates the hyperlink frame. |
Remarks
By using the IHlinkFrame methods, you can provide a seamless interface for users when they navigate from one document, object, or application to another. The IHlinkFrame methods typically are not called directly. Instead, they are referenced by the IHlink::Navigate methods when a hyperlink frame is detected.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Hlink.h |
IDL |
Hlink.idl |
DLL |
Hlink.dll |