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

In This Topic
    HitTestResult Enumeration
    In This Topic
    Specifies 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.
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

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

    See Also