LinkLabel::PointInLink Method (Int32, Int32)
Gets the link located at the specified client coordinates.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- x
-
Type:
System::Int32
The horizontal coordinate of the point to search for a link.
- y
-
Type:
System::Int32
The vertical coordinate of the point to search for a link.
Return Value
Type: System.Windows.Forms::LinkLabel::Link^A 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 LinkLabel control. You can use this method in an event handler for the 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 StatusBar text or a ToolTip.
Available since 1.1