ActiveReports 8
HitTestResult Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : HitTestResult Enumeration

Glossary Item Box

Specifes which area is hit. This enumeration is used with the DataDynamics.Reports.Extensibility.Layout.HitTestInfo.HitTestResult property to determine where a mouse click occurs.

Syntax

Visual Basic (Declaration) 
Public Enum HitTestResult 
   Inherits System.Enum
C# 
public enum HitTestResult : System.Enum 

Members

MemberDescription
InteractiveAreaIndicates that the mouse click region can accept events.
NonIteractiveAreaIndicates that mouse click region can not accept events.
NoWhereIndicates that the mouse click is in a region beyond the area of the report.
TooltipArea 
TooltipInteractiveArea 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also