ActiveReports 12
HitTest Method (ILayoutPage)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutPage Interface : HitTest Method
The point to test.
Helper function that performs hit-testing for a complete page by checking header, body and footer when applicable.
Syntax
'Declaration
 
Function HitTest( _
   ByVal point As PointFEx _
) As HitTestInfo
HitTestInfo HitTest( 
   PointFEx point
)

Parameters

point
The point to test.
See Also

Reference

ILayoutPage Interface
ILayoutPage Members