'Declaration Public Enum HitTestResult Inherits System.Enum
public enum HitTestResult : System.Enum
'Declaration Public Enum HitTestResult Inherits System.Enum
public enum HitTestResult : System.Enum
Member | Description |
---|---|
InteractiveArea | Indicates that the mouse click region can accept events. |
NonIteractiveArea | Indicates that mouse click region can not accept events. |
NoWhere | Indicates that the mouse click is in a region beyond the area of the report. |
TooltipArea | Indicates that mouse click tooltip area region. |
TooltipInteractiveArea | Indicates that mouse click tooltip interactive area region. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult