# FarPoint.Win.Spread.ContextMenuType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ContextMenuType" data-uid="FarPoint.Win.Spread.ContextMenuType" class="text-break">ContextMenuType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents type of the context menu.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ContextMenuType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContextMenuType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ContextMenuType</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="FarPoint_Win_Spread_ContextMenuType_CellEditing">CellEditing</td>
        <td><p>Indicates that the context menu is for editing cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_Chart">Chart</td>
        <td><p>Indicates that the context menu is for chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_ColumnFooter">ColumnFooter</td>
        <td><p>Indicates that the context menu is for column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_ColumnHeader">ColumnHeader</td>
        <td><p>Indicates that the context menu is for column header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_Corner">Corner</td>
        <td><p>Indicates that the context menu is for corner.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_FilterBar">FilterBar</td>
        <td><p>Indicates that the context menu is for filter bar.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_General">General</td>
        <td><p>Indicates that the context menu is for general use.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_None">None</td>
        <td><p>Indicates that there is no context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_RowHeader">RowHeader</td>
        <td><p>Indicates that the context menu is for row header.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_Shape">Shape</td>
        <td><p>Indicates that the context menu is for shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_ShapeDrag">ShapeDrag</td>
        <td><p>Indicates that the context menu is for dragging shape with right mouse button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_ShapeNode">ShapeNode</td>
        <td><p>Indicates that the context menu is for shape node.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_TabStrip">TabStrip</td>
        <td><p>Indicates that the context menu is for tab strip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ContextMenuType_Viewport">Viewport</td>
        <td><p>Indicates that the context menu is for viewport.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
