# FarPoint.Win.Spread.CellType.IReservedMouseSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_IReservedMouseSupport" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport" class="text-break">IReservedMouseSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Represent a renderer which handles mouse in view mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReservedMouseSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IReservedMouseSupport</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedCursor_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedCursor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedCursor.html#FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedCursor_System_Object_">GetReservedCursor(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cursor reserved for this element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedObject_System_Windows_Forms_MouseEventArgs_System_Windows_Forms_Keys_System_Drawing_Rectangle_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject(System.Windows.Forms.MouseEventArgs,System.Windows.Forms.Keys,System.Drawing.Rectangle,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject.html#FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedObject_System_Windows_Forms_MouseEventArgs_System_Windows_Forms_Keys_System_Drawing_Rectangle_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Object_">GetReservedObject(MouseEventArgs, Keys, Rectangle, SheetView, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified cursor location has special meaning to the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetTooltip_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetTooltip(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetTooltip.html#FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetTooltip_System_Object_">GetTooltip(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tooltip displayed for this element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_IsHoldToSkipAction_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.IsHoldToSkipAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IReservedMouseSupport.IsHoldToSkipAction.html#FarPoint_Win_Spread_CellType_IReservedMouseSupport_IsHoldToSkipAction_System_Object_">IsHoldToSkipAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the user can hold mouse for a while to skip the action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_ProcessReservedObject_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.ProcessReservedObject(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.IReservedMouseSupport.ProcessReservedObject.html#FarPoint_Win_Spread_CellType_IReservedMouseSupport_ProcessReservedObject_System_Object_">ProcessReservedObject(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Process the reserved object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
