[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult

HitTestResult Enum

Specifies which area is hit. This enumeration is used with the HitTestResult property to determine where a mouse click occurs.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum HitTestResult

Fields

Name Description
InteractiveArea

Indicates that the mouse click region can accept events.

NoWhere

Indicates that the mouse click is in a region beyond the area of the report.

NonIteractiveArea

Indicates that mouse click region can not accept events.

TooltipArea

Indicates that mouse click tooltip area region.

TooltipInteractiveArea

Indicates that mouse click tooltip interactive area region.

Extension Methods