# GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ITouchBarAction" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction" class="text-break">ITouchBarAction Interface
</h1>
  <div class="markdown level0 summary"><p>An operation that is performed by click <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarButton.html">TouchToolBarButton</a>.</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_ITouchBarAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITouchBarAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITouchBarAction</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="GrapeCity_Win_Spread_InputMan_CellType_ITouchBarAction_CanExecute_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction.CanExecute(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction.CanExecute.html#GrapeCity_Win_Spread_InputMan_CellType_ITouchBarAction_CanExecute_System_Object_">CanExecute(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the method that determines whether the action can execute in its current state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ITouchBarAction_Execute_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction.Execute(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ITouchBarAction.Execute.html#GrapeCity_Win_Spread_InputMan_CellType_ITouchBarAction_Execute_System_Object_">Execute(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes the specified object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
