# C1.Win.TouchToolKit.MessageWhenMove

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_MessageWhenMove" data-uid="C1.Win.TouchToolKit.MessageWhenMove" class="text-break">MessageWhenMove Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the actions when move magnifier.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_MessageWhenMove_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MessageWhenMove</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MessageWhenMove</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_MessageWhenMove_LeftDown">LeftDown</td>
        <td><p><a class="xref" href="C1.Win.TouchToolKit.C1Magnify.html">C1Magnify</a> will block the default mouse move message and send continuous mouse down message to target control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_MessageWhenMove_Move">Move</td>
        <td><p>When finger move, system will continue send mouse move message to control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_MessageWhenMove_None">None</td>
        <td><p>Do not generate any extra message, <a class="xref" href="C1.Win.TouchToolKit.C1Magnify.html">C1Magnify</a> will block the default move message.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
