Gets a HitTestInfo object with information about the specified point.
public override HitTestInfo HitTest(
System.Drawing.Point
)
'Declaration
Public Overrides Function HitTest( _
ByVal As System.Drawing.Point _
) As HitTestInfo
Parameters
- pt
- Point in control coordinates.
Return Value
A HitTestInfo object with information about the point.