ActiveReports Developer 7
HitTestInfo Structure Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : HitTestInfo Structure

Glossary Item Box

The following tables list the members exposed by HitTestInfo.

Public Constructors

 NameDescription
Public ConstructorHitTestInfo ConstructorInitializes a new instance of the HitTestInfo structure at the area underlying a mouse click.  
Top

Public Properties

 NameDescription
Public PropertyAcceptsEventsSpecifies whether the area in which the mouse click occurs can accept user events.  
Public PropertyHitTestResultSpecifies an enumerated DataDynamics.Reports.Extensibility.Layout.HitTestResult value indicating whether the mouse click is in an interactive area.  
Public PropertyInteractiveAreaIdSpecifies the System.String value containing an ID assigned to the area in which the mouse click occurs, if any.  
Public PropertyIsInAreaSpecifies whether the area in which the mouse click occurs is within the area defined by the DataDynamics.Reports.Extensibility.Layout.ILayoutArea interface.  
Public PropertyReportItemSpecifies the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem, if any, associated with the area in which the mouse click occurs.  
Top

See Also