In This Topic
Returns information about the control at a specified point on the control surface.
Syntax
'Declaration
Public Overloads Function HitTest( _
ByVal As Point _
) As HitTestInfo
public HitTestInfo HitTest(
Point
)
Parameters
- pt
- System.Drawing.Point in client coordinates.
Return Value
A
C1.Win.C1FlexGrid.HitTestInfo object that contains information about the point.
See Also