# GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar*">TouchModeToolbar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar">TouchModeToolbar</h4>
<div class="markdown level1 summary"><p>Gets the toolbar used in touch mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Viewer.ViewerToolbar TouchModeToolbar { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.html">Viewer</a>.<a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ViewerToolbar.html">ViewerToolbar</a></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ViewerToolbar.html">Viewer.ViewerToolbar</a> that is displayed when the viewer is in touch mode.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property provides access to the toolbar that is specifically designed for touch interactions,
offering larger buttons and spacing to accommodate touch input. It is only visible when the viewer is in touch mode.</p>
</div>
</div>
