A System.Windows.Forms.LinkLabel.Link representing the link located at the specified coordinates. If the point does not contain a link, null is returned.
This method enables you to determine whether a link is located at a specific point within a System.Windows.Forms.LinkLabel control. You can use this method in an event handler for the Control.MouseEnter event of the control to determine whether the mouse pointer is hovering over a link in the control. Once you have determined that the mouse pointer is over a link, you can then display additional information about the link to the user through System.Windows.Forms.StatusBar text or a System.Windows.Forms.ToolTip.