ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / HitTestResult Enumeration

In This Topic
    HitTestResult Enumeration
    In This Topic
    Specifes which area is hit. This enumeration is used with the HitTestInfo.HitTestResult property to determine where a mouse click occurs.
    Syntax
    'Declaration
     
    Public Enum HitTestResult 
       Inherits System.Enum
    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.
    TooltipAreaIndicates that mouse click tooltip area region.
    TooltipInteractiveAreaIndicates that mouse click tooltip interactive area region.
    Inheritance Hierarchy

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

    See Also