# C1.Win.FlexViewer.CustomCursors

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexViewer_CustomCursors" data-uid="C1.Win.FlexViewer.CustomCursors" class="text-break">CustomCursors Class
</h1>
  <div class="markdown level0 summary"><p>Holds the custom cursors used by <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">CustomCursors</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_CustomCursors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(UnsortedExpandableConverter))]
public class CustomCursors</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(UnsortedExpandableConverter))&gt;
Public Class CustomCursors</code></pre>
  </div>
  <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="C1_Win_FlexViewer_CustomCursors_HandGrab" data-uid="C1.Win.FlexViewer.CustomCursors.HandGrab">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.HandGrab.html#C1_Win_FlexViewer_CustomCursors_HandGrab">HandGrab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the hand grabbing cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_CustomCursors_HandHover" data-uid="C1.Win.FlexViewer.CustomCursors.HandHover">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.HandHover.html#C1_Win_FlexViewer_CustomCursors_HandHover">HandHover</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the hand hovering cursor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Win_FlexViewer_CustomCursors_ResetHandGrab" data-uid="C1.Win.FlexViewer.CustomCursors.ResetHandGrab">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.ResetHandGrab.html#C1_Win_FlexViewer_CustomCursors_ResetHandGrab">ResetHandGrab()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HandGrab property to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_CustomCursors_ResetHandHover" data-uid="C1.Win.FlexViewer.CustomCursors.ResetHandHover">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.ResetHandHover.html#C1_Win_FlexViewer_CustomCursors_ResetHandHover">ResetHandHover()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HandHover property to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_CustomCursors_ShouldSerializeHandGrab" data-uid="C1.Win.FlexViewer.CustomCursors.ShouldSerializeHandGrab">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.ShouldSerializeHandGrab.html#C1_Win_FlexViewer_CustomCursors_ShouldSerializeHandGrab">ShouldSerializeHandGrab()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the HandGrab property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_CustomCursors_ShouldSerializeHandHover" data-uid="C1.Win.FlexViewer.CustomCursors.ShouldSerializeHandHover">
          <a class="xref" href="C1.Win.FlexViewer.CustomCursors.ShouldSerializeHandHover.html#C1_Win_FlexViewer_CustomCursors_ShouldSerializeHandHover">ShouldSerializeHandHover()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the HandHover property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
