# GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarDisplayOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions" data-uid="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarDisplayOptions" class="text-break">TouchToolBarDisplayOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Defines how to show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar.html">TouchToolBar</a> when touch tap target control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TouchToolBarDisplayOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TouchToolBarDisplayOptions</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="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions_None">None</td>
        <td><p>Not show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar.html">TouchToolBar</a> by touch device.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions_PressAndHold">PressAndHold</td>
        <td><p>Show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar.html">TouchToolBar</a> to take place of showing <span class="xref">System.Windows.Forms.Control.ContextMenu</span> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.contextmenustrip">ContextMenuStrip</a> when executing touch PressAndHolder operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions_TapGripper">TapGripper</td>
        <td><p>Show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar.html">TouchToolBar</a> by tap the selection gripper.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_TouchToolBarDisplayOptions_TapSelection">TapSelection</td>
        <td><p>Show the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBar.html">TouchToolBar</a> by tap the selection region of target control.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
