| Visual Basic (Declaration) | |
|---|---|
Public Enum HitTestResult Inherits System.Enum | |
| C# | |
|---|---|
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult