[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo

HitTestInfo Struct

Contains information about the part of the layout area in which a mouse click occurs.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct HitTestInfo

Constructors

Name Description
HitTestInfo(HitTestResult, ILayoutArea, string, string)

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

Properties

Name Description
AcceptsEvents

Specifies whether the area in which the mouse click occurs can accept user events.

Data

Hit test info data.

HitTestResult

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

InteractiveAreaId

Specifies the string value containing an ID assigned to the area in which the mouse click occurs, if any.

IsInArea

Specifies whether the area in which the mouse click occurs is within the area defined by the ILayoutArea interface.

ReportItem

Specifies the IReportItem, if any, associated with the area in which the mouse click occurs.

Extension Methods