Wimark.Controls Class Library  

LinkLabel.PointInLink Method

Gets the link located at the specified client coordinates.

[Visual Basic]
Protected Function PointInLink( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As LinkLabel.Link 
[C#]
protected LinkLabel.Link PointInLink( 
   int x, 
   int y 
);
[C++]
protected: LinkLabel.Link* PointInLink( 
   int x, 
   int y 
);

Parameters

x
The horizontal coordinate of the point to search for a link.
y
The vertical coordinate of the point to search for a link.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LinkLabel Class | LinkLabel Members | Wimark.Controls Namespace