# C1.Win.Command.ItemStateEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Command_ItemStateEnum" data-uid="C1.Win.Command.ItemStateEnum" class="text-break">ItemStateEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the current state of a menu or toolbar item.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_ItemStateEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ItemStateEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ItemStateEnum</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_Command_ItemStateEnum_Dragged">Dragged</td>
        <td><p>Item is being dragged during customizing or at design-time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_ItemStateEnum_Hot">Hot</td>
        <td><p>Mouse is currently over the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_ItemStateEnum_Normal">Normal</td>
        <td><p>Normal (default) state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_ItemStateEnum_Open">Open</td>
        <td><p>Item contains a submenu, which is currently open.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_ItemStateEnum_Pressed">Pressed</td>
        <td><p>Item has been pressed (either by the left mouse button or by the space key).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
