# GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo" class="text-break">HitTestInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Contains information about the part of the layout area in which a mouse click occurs.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct HitTestInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo__ctor_GrapeCity_ActiveReports_Extensibility_Layout_HitTestResult_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.#ctor(GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult,GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.-ctor.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo__ctor_GrapeCity_ActiveReports_Extensibility_Layout_HitTestResult_GrapeCity_ActiveReports_Extensibility_Layout_ILayoutArea_System_String_System_String_">HitTestInfo(HitTestResult, ILayoutArea, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.html">HitTestInfo</a>  structure at the area underlying a mouse click.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_AcceptsEvents" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.AcceptsEvents">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.AcceptsEvents.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_AcceptsEvents">AcceptsEvents</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the area in which the mouse click occurs can accept user events.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_Data" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.Data">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.Data.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Hit test info data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_HitTestResult" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.HitTestResult">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.HitTestResult.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_HitTestResult">HitTestResult</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies an enumerated <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestResult.html">HitTestResult</a> value indicating whether the mouse click is in an interactive area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_InteractiveAreaId" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.InteractiveAreaId">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.InteractiveAreaId.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_InteractiveAreaId">InteractiveAreaId</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value containing an ID assigned to the area in which the mouse click occurs, if any.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_IsInArea" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.IsInArea">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.IsInArea.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_IsInArea">IsInArea</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the area in which the mouse click occurs is within the area defined by the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.html">ILayoutArea</a> interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_ReportItem" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.ReportItem">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.HitTestInfo.ReportItem.html#GrapeCity_ActiveReports_Extensibility_Layout_HitTestInfo_ReportItem">ReportItem</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem.html">IReportItem</a>, if any, associated with the area in which the mouse click occurs.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
