[]
Specifies which area is hit. This enumeration is used with the HitTestResult property to determine where a mouse click occurs.
public enum HitTestResult
| 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. |