# C1.Win.Command.C1CustomizerForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1CustomizerForm" data-uid="C1.Win.Command.C1CustomizerForm" class="text-break">C1CustomizerForm Class
</h1>
  <div class="markdown level0 summary"><p>Represents a main customization form.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">C1CustomizerForm</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </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.10.dll</h6>
  <h5 id="C1_Win_Command_C1CustomizerForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1CustomizerForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1CustomizerForm
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm__ctor" data-uid="C1.Win.Command.C1CustomizerForm.#ctor">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.-ctor.html#C1_Win_Command_C1CustomizerForm__ctor">C1CustomizerForm()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1CustomizerForm class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_alignCenter" data-uid="C1.Win.Command.C1CustomizerForm.m_alignCenter">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_alignCenter.html">m_alignCenter</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_alignFar" data-uid="C1.Win.Command.C1CustomizerForm.m_alignFar">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_alignFar.html">m_alignFar</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_alignNear" data-uid="C1.Win.Command.C1CustomizerForm.m_alignNear">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_alignNear.html">m_alignNear</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnBackColor" data-uid="C1.Win.Command.C1CustomizerForm.m_btnBackColor">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnBackColor.html">m_btnBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>A button to call Color dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnCancel" data-uid="C1.Win.Command.C1CustomizerForm.m_btnCancel">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnCancel.html">m_btnCancel</a>
        </td>
        <td class="markdown level1 summary"><p>Cancel button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnDelete" data-uid="C1.Win.Command.C1CustomizerForm.m_btnDelete">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnDelete.html">m_btnDelete</a>
        </td>
        <td class="markdown level1 summary"><p>A button for deleting toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnFont" data-uid="C1.Win.Command.C1CustomizerForm.m_btnFont">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnFont.html">m_btnFont</a>
        </td>
        <td class="markdown level1 summary"><p>A button to call Font dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnForeColor" data-uid="C1.Win.Command.C1CustomizerForm.m_btnForeColor">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnForeColor.html">m_btnForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>A button to call Color dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnNew" data-uid="C1.Win.Command.C1CustomizerForm.m_btnNew">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnNew.html">m_btnNew</a>
        </td>
        <td class="markdown level1 summary"><p>A button for adding a new toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnOK" data-uid="C1.Win.Command.C1CustomizerForm.m_btnOK">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnOK.html">m_btnOK</a>
        </td>
        <td class="markdown level1 summary"><p>OK button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnRename" data-uid="C1.Win.Command.C1CustomizerForm.m_btnRename">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnRename.html">m_btnRename</a>
        </td>
        <td class="markdown level1 summary"><p>A button for saving toolbar layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnReset" data-uid="C1.Win.Command.C1CustomizerForm.m_btnReset">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnReset.html">m_btnReset</a>
        </td>
        <td class="markdown level1 summary"><p>A button to reset toolbar layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnRestore" data-uid="C1.Win.Command.C1CustomizerForm.m_btnRestore">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnRestore.html">m_btnRestore</a>
        </td>
        <td class="markdown level1 summary"><p>A button to restoring toolbar layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_btnSave" data-uid="C1.Win.Command.C1CustomizerForm.m_btnSave">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_btnSave.html">m_btnSave</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_categoriesList" data-uid="C1.Win.Command.C1CustomizerForm.m_categoriesList">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_categoriesList.html">m_categoriesList</a>
        </td>
        <td class="markdown level1 summary"><p>A list of all command categories.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_chkCustomizeButton" data-uid="C1.Win.Command.C1CustomizerForm.m_chkCustomizeButton">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_chkCustomizeButton.html">m_chkCustomizeButton</a>
        </td>
        <td class="markdown level1 summary"><p>A CheckBox switching visibility of Customize link in the selected toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_chkSmooth" data-uid="C1.Win.Command.C1CustomizerForm.m_chkSmooth">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_chkSmooth.html">m_chkSmooth</a>
        </td>
        <td class="markdown level1 summary"><p>A CheckBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_colorDialog" data-uid="C1.Win.Command.C1CustomizerForm.m_colorDialog">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_colorDialog.html">m_colorDialog</a>
        </td>
        <td class="markdown level1 summary"><p>A Color dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_comboStyle" data-uid="C1.Win.Command.C1CustomizerForm.m_comboStyle">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_comboStyle.html">m_comboStyle</a>
        </td>
        <td class="markdown level1 summary"><p>A ComboBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_commandsPanel" data-uid="C1.Win.Command.C1CustomizerForm.m_commandsPanel">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_commandsPanel.html">m_commandsPanel</a>
        </td>
        <td class="markdown level1 summary"><p>A Panel control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_commandsParentPanel" data-uid="C1.Win.Command.C1CustomizerForm.m_commandsParentPanel">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_commandsParentPanel.html">m_commandsParentPanel</a>
        </td>
        <td class="markdown level1 summary"><p>A Panel control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_fontDialog" data-uid="C1.Win.Command.C1CustomizerForm.m_fontDialog">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_fontDialog.html">m_fontDialog</a>
        </td>
        <td class="markdown level1 summary"><p>A Font dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpButtonAlign" data-uid="C1.Win.Command.C1CustomizerForm.m_grpButtonAlign">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpButtonAlign.html">m_grpButtonAlign</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpButtonLayout" data-uid="C1.Win.Command.C1CustomizerForm.m_grpButtonLayout">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpButtonLayout.html">m_grpButtonLayout</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpButtonLook" data-uid="C1.Win.Command.C1CustomizerForm.m_grpButtonLook">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpButtonLook.html">m_grpButtonLook</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpColorFont" data-uid="C1.Win.Command.C1CustomizerForm.m_grpColorFont">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpColorFont.html">m_grpColorFont</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpDescription" data-uid="C1.Win.Command.C1CustomizerForm.m_grpDescription">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpDescription.html">m_grpDescription</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_grpVisualStyle" data-uid="C1.Win.Command.C1CustomizerForm.m_grpVisualStyle">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_grpVisualStyle.html">m_grpVisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>A GroupBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_imageOnly" data-uid="C1.Win.Command.C1CustomizerForm.m_imageOnly">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_imageOnly.html">m_imageOnly</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblCategories" data-uid="C1.Win.Command.C1CustomizerForm.m_lblCategories">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblCategories.html">m_lblCategories</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblCommands" data-uid="C1.Win.Command.C1CustomizerForm.m_lblCommands">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblCommands.html">m_lblCommands</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblCommandsHelp" data-uid="C1.Win.Command.C1CustomizerForm.m_lblCommandsHelp">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblCommandsHelp.html">m_lblCommandsHelp</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblDescription" data-uid="C1.Win.Command.C1CustomizerForm.m_lblDescription">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblDescription.html">m_lblDescription</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblHideOldLinks" data-uid="C1.Win.Command.C1CustomizerForm.m_lblHideOldLinks">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblHideOldLinks.html">m_lblHideOldLinks</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_lblRecentThreshold" data-uid="C1.Win.Command.C1CustomizerForm.m_lblRecentThreshold">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_lblRecentThreshold.html">m_lblRecentThreshold</a>
        </td>
        <td class="markdown level1 summary"><p>A Label control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_menuList" data-uid="C1.Win.Command.C1CustomizerForm.m_menuList">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_menuList.html">m_menuList</a>
        </td>
        <td class="markdown level1 summary"><p>A CheckedListBox control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_statusBar" data-uid="C1.Win.Command.C1CustomizerForm.m_statusBar">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_statusBar.html">m_statusBar</a>
        </td>
        <td class="markdown level1 summary"><p>A StatusBar control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_statusText" data-uid="C1.Win.Command.C1CustomizerForm.m_statusText">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_statusText.html">m_statusText</a>
        </td>
        <td class="markdown level1 summary"><p>A StatusBarPanel control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_tabCommands" data-uid="C1.Win.Command.C1CustomizerForm.m_tabCommands">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_tabCommands.html">m_tabCommands</a>
        </td>
        <td class="markdown level1 summary"><p>A TabPage, describing available commands.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_tabOptions" data-uid="C1.Win.Command.C1CustomizerForm.m_tabOptions">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_tabOptions.html">m_tabOptions</a>
        </td>
        <td class="markdown level1 summary"><p>A TabPage control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_tabPages" data-uid="C1.Win.Command.C1CustomizerForm.m_tabPages">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_tabPages.html">m_tabPages</a>
        </td>
        <td class="markdown level1 summary"><p>A TabControl control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_tabToolbars" data-uid="C1.Win.Command.C1CustomizerForm.m_tabToolbars">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_tabToolbars.html">m_tabToolbars</a>
        </td>
        <td class="markdown level1 summary"><p>A TabPage, describing toolbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textAbove" data-uid="C1.Win.Command.C1CustomizerForm.m_textAbove">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textAbove.html">m_textAbove</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textAndImage" data-uid="C1.Win.Command.C1CustomizerForm.m_textAndImage">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textAndImage.html">m_textAndImage</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textBelow" data-uid="C1.Win.Command.C1CustomizerForm.m_textBelow">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textBelow.html">m_textBelow</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textOnLeft" data-uid="C1.Win.Command.C1CustomizerForm.m_textOnLeft">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textOnLeft.html">m_textOnLeft</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textOnRight" data-uid="C1.Win.Command.C1CustomizerForm.m_textOnRight">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textOnRight.html">m_textOnRight</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_textOnly" data-uid="C1.Win.Command.C1CustomizerForm.m_textOnly">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_textOnly.html">m_textOnly</a>
        </td>
        <td class="markdown level1 summary"><p>A RadioButton control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_toolbarsList" data-uid="C1.Win.Command.C1CustomizerForm.m_toolbarsList">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_toolbarsList.html">m_toolbarsList</a>
        </td>
        <td class="markdown level1 summary"><p>A list of all customizable toolbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_m_updownThreshold" data-uid="C1.Win.Command.C1CustomizerForm.m_updownThreshold">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.m_updownThreshold.html">m_updownThreshold</a>
        </td>
        <td class="markdown level1 summary"><p>A NumericUpDown control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_OwnerForm" data-uid="C1.Win.Command.C1CustomizerForm.OwnerForm">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.OwnerForm.html#C1_Win_Command_C1CustomizerForm_OwnerForm">OwnerForm</a>
        </td>
        <td class="markdown level1 summary"><p>The form, which is owner for this form.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Win_Command_C1CustomizerForm_Dispose_System_Boolean_" data-uid="C1.Win.Command.C1CustomizerForm.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.Dispose.html#C1_Win_Command_C1CustomizerForm_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_FindFirst_System_String_" data-uid="C1.Win.Command.C1CustomizerForm.FindFirst(System.String)">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.FindFirst.html#C1_Win_Command_C1CustomizerForm_FindFirst_System_String_">FindFirst(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds first command in C1CommandHolder belongs to category.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_FindNext_System_String_" data-uid="C1.Win.Command.C1CustomizerForm.FindNext(System.String)">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.FindNext.html#C1_Win_Command_C1CustomizerForm_FindNext_System_String_">FindNext(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds next command in C1CommandHolder belongs to category.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_OnFormClosed_System_Windows_Forms_FormClosedEventArgs_" data-uid="C1.Win.Command.C1CustomizerForm.OnFormClosed(System.Windows.Forms.FormClosedEventArgs)">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.OnFormClosed.html#C1_Win_Command_C1CustomizerForm_OnFormClosed_System_Windows_Forms_FormClosedEventArgs_">OnFormClosed(FormClosedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1CustomizerForm_OnLoad_System_EventArgs_" data-uid="C1.Win.Command.C1CustomizerForm.OnLoad(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1CustomizerForm.OnLoad.html#C1_Win_Command_C1CustomizerForm_OnLoad_System_EventArgs_">OnLoad(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
