# C1.Win.Command.CustomizeOptionsFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Command_CustomizeOptionsFlags" data-uid="C1.Win.Command.CustomizeOptionsFlags" class="text-break">CustomizeOptionsFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which customization options are available at runtime.</p>
<p>
Use members of this enumeration to set the value of the CustomizeOptions property of a C1ToolBar.
</p>
<p>
The members of this enumeration can be combined using the bitwise OR operation.
</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_CustomizeOptionsFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
[TypeConverter(typeof(ToolBarCustomizeOptionsConverter))]
public enum CustomizeOptionsFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
&lt;TypeConverter(GetType(ToolBarCustomizeOptionsConverter))&gt;
Public Enum CustomizeOptionsFlags</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_CustomizeOptionsFlags_AllowAddItem">AllowAddItem</td>
        <td><p>A new C1CommandLink can be added to a toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_AllowAll">AllowAll</td>
        <td><p>Allow all actions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_AllowDelete">AllowDelete</td>
        <td><p>Toolbars can be deleted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_AllowNone">AllowNone</td>
        <td><p>Nothing is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_AllowRemoveItem">AllowRemoveItem</td>
        <td><p>Command links in toolbar can be removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_AllowToggleCustomizeButton">AllowToggleCustomizeButton</td>
        <td><p>Customize button can be enabled or disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_CustomizeOptionsFlags_HideCustomizeOption">HideCustomizeOption</td>
        <td><p>Hides Customize menu item from Add and Remove Buttons menu.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
