[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.-ctor

HitTestInfo Constructor

HitTestInfo(HitTestResult, ILayoutArea, string, string)

Initializes a new instance of the HitTestInfo structure at the area underlying a mouse click.

Declaration
public HitTestInfo(HitTestResult result, ILayoutArea underlyingArea, string interactiveAreaID, string data)
Parameters
Type Name Description
HitTestResult result

An enumerated HitTestResult value indicating whether the mouse click is in an interactive area.

ILayoutArea underlyingArea

An ILayoutArea interface defining the area on which the hit test is performed.

string interactiveAreaID

A string value indicating the ID assigned to the area.

string data

A string value containing additional data related to the hit test.