ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / HitTestInfo Structure / HitTestInfo Constructor
An enumerated HitTestResult value indicating whether the mouse click is in an interactive area.
An ILayoutArea interface defining the area on which the hit test is performed.
A System.String value indicating the ID assigned to the area.

In This Topic
    HitTestInfo Constructor
    In This Topic
    Initializes a new instance of the HitTestInfo structure at the area underlying a mouse click.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal result As HitTestResult, _
       ByVal underlyingArea As ILayoutArea, _
       ByVal interactiveAreaID As String, _
       ByVal data As String _
    )
    public HitTestInfo( 
       HitTestResult result,
       ILayoutArea underlyingArea,
       string interactiveAreaID,
       string data
    )

    Parameters

    result
    An enumerated HitTestResult value indicating whether the mouse click is in an interactive area.
    underlyingArea
    An ILayoutArea interface defining the area on which the hit test is performed.
    interactiveAreaID
    A System.String value indicating the ID assigned to the area.
    data
    See Also