# C1.Win.Command.C1MainMenu

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1MainMenu" data-uid="C1.Win.Command.C1MainMenu" class="text-break">C1MainMenu Class
</h1>
  <div class="markdown level0 summary"><p>Window's main menu control.</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"><span class="xref">C1MainMenu</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><span class="xref">ISupportSuperTooltip</span></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_C1MainMenu_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1MainMenu), &quot;C1MainMenu.png&quot;)]
[C1Description(&quot;C1MainMenu&quot;, &quot;Creates main menu of a form.&quot;)]
public class C1MainMenu : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportSuperTooltip</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1MainMenu), &quot;C1MainMenu.png&quot;)&gt;
&lt;C1Description(&quot;C1MainMenu&quot;, &quot;Creates main menu of a form.&quot;)&gt;
Public Class C1MainMenu
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportSuperTooltip</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_C1MainMenu__ctor" data-uid="C1.Win.Command.C1MainMenu.#ctor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.-ctor.html#C1_Win_Command_C1MainMenu__ctor">C1MainMenu()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1MainMenu class.</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_C1MainMenu_BackColor" data-uid="C1.Win.Command.C1MainMenu.BackColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.BackColor.html#C1_Win_Command_C1MainMenu_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the C1MainMenu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_BackHiColor" data-uid="C1.Win.Command.C1MainMenu.BackHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.BackHiColor.html#C1_Win_Command_C1MainMenu_BackHiColor">BackHiColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the highlighted item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_BackImageInImageBar" data-uid="C1.Win.Command.C1MainMenu.BackImageInImageBar">
          <a class="xref" href="C1.Win.Command.C1MainMenu.BackImageInImageBar.html#C1_Win_Command_C1MainMenu_BackImageInImageBar">BackImageInImageBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to show background image in the image bar of dropdown menus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_CanMerge" data-uid="C1.Win.Command.C1MainMenu.CanMerge">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CanMerge.html#C1_Win_Command_C1MainMenu_CanMerge">CanMerge</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to merge MDI child menu with MDI parent menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_CloseMoreOnItemClick" data-uid="C1.Win.Command.C1MainMenu.CloseMoreOnItemClick">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CloseMoreOnItemClick.html#C1_Win_Command_C1MainMenu_CloseMoreOnItemClick">CloseMoreOnItemClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the menu that is
automatically created when some items do not fit on the toolbar closes
when an item on that menu is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_CommandLinks" data-uid="C1.Win.Command.C1MainMenu.CommandLinks">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CommandLinks.html#C1_Win_Command_C1MainMenu_CommandLinks">CommandLinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of commandlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_FilterAccessKeys" data-uid="C1.Win.Command.C1MainMenu.FilterAccessKeys">
          <a class="xref" href="C1.Win.Command.C1MainMenu.FilterAccessKeys.html#C1_Win_Command_C1MainMenu_FilterAccessKeys">FilterAccessKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the filter main menu access keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_Font" data-uid="C1.Win.Command.C1MainMenu.Font">
          <a class="xref" href="C1.Win.Command.C1MainMenu.Font.html#C1_Win_Command_C1MainMenu_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the C1MainMenu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ForeHiColor" data-uid="C1.Win.Command.C1MainMenu.ForeHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ForeHiColor.html#C1_Win_Command_C1MainMenu_ForeHiColor">ForeHiColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the highlighted item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_HideFirstDelimiter" data-uid="C1.Win.Command.C1MainMenu.HideFirstDelimiter">
          <a class="xref" href="C1.Win.Command.C1MainMenu.HideFirstDelimiter.html#C1_Win_Command_C1MainMenu_HideFirstDelimiter">HideFirstDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control should hide the first delimiter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShowToolTips" data-uid="C1.Win.Command.C1MainMenu.ShowToolTips">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShowToolTips.html#C1_Win_Command_C1MainMenu_ShowToolTips">ShowToolTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over menu item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_SuperTooltip" data-uid="C1.Win.Command.C1MainMenu.SuperTooltip">
          <a class="xref" href="C1.Win.Command.C1MainMenu.SuperTooltip.html#C1_Win_Command_C1MainMenu_SuperTooltip">SuperTooltip</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_Wrap" data-uid="C1.Win.Command.C1MainMenu.Wrap">
          <a class="xref" href="C1.Win.Command.C1MainMenu.Wrap.html#C1_Win_Command_C1MainMenu_Wrap">Wrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to wrap the menu or show a &quot;More...&quot; button if not all items fit on a single line.</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_C1MainMenu_CreateAccessibilityInstance" data-uid="C1.Win.Command.C1MainMenu.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CreateAccessibilityInstance.html#C1_Win_Command_C1MainMenu_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_Dispose_System_Boolean_" data-uid="C1.Win.Command.C1MainMenu.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.Dispose.html#C1_Win_Command_C1MainMenu_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1MainMenu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_InitLayout" data-uid="C1.Win.Command.C1MainMenu.InitLayout">
          <a class="xref" href="C1.Win.Command.C1MainMenu.InitLayout.html#C1_Win_Command_C1MainMenu_InitLayout">InitLayout()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnBackColorChanged.html#C1_Win_Command_C1MainMenu_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnBackHiColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnBackHiColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnBackHiColorChanged.html#C1_Win_Command_C1MainMenu_OnBackHiColorChanged_System_EventArgs_">OnBackHiColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnBackgroundImageChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnBackgroundImageChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnBackgroundImageChanged.html#C1_Win_Command_C1MainMenu_OnBackgroundImageChanged_System_EventArgs_">OnBackgroundImageChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnBackgroundImageLayoutChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnBackgroundImageLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnBackgroundImageLayoutChanged.html#C1_Win_Command_C1MainMenu_OnBackgroundImageLayoutChanged_System_EventArgs_">OnBackgroundImageLayoutChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnCanMergeChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnCanMergeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnCanMergeChanged.html#C1_Win_Command_C1MainMenu_OnCanMergeChanged_System_EventArgs_">OnCanMergeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnForeColorChanged.html#C1_Win_Command_C1MainMenu_OnForeColorChanged_System_EventArgs_">OnForeColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnForeHiColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnForeHiColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnForeHiColorChanged.html#C1_Win_Command_C1MainMenu_OnForeHiColorChanged_System_EventArgs_">OnForeHiColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnLayout_System_Windows_Forms_LayoutEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnLayout(System.Windows.Forms.LayoutEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnLayout.html#C1_Win_Command_C1MainMenu_OnLayout_System_Windows_Forms_LayoutEventArgs_">OnLayout(LayoutEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnLocationChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnLocationChanged.html#C1_Win_Command_C1MainMenu_OnLocationChanged_System_EventArgs_">OnLocationChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseDown.html#C1_Win_Command_C1MainMenu_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseEnter.html#C1_Win_Command_C1MainMenu_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseHover_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseHover(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseHover.html#C1_Win_Command_C1MainMenu_OnMouseHover_System_EventArgs_">OnMouseHover(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseLeave.html#C1_Win_Command_C1MainMenu_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseMove.html#C1_Win_Command_C1MainMenu_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseUp.html#C1_Win_Command_C1MainMenu_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnMouseWheel.html#C1_Win_Command_C1MainMenu_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnPaddingChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnPaddingChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnPaddingChanged.html#C1_Win_Command_C1MainMenu_OnPaddingChanged_System_EventArgs_">OnPaddingChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnPaint.html#C1_Win_Command_C1MainMenu_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnParentChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnParentChanged.html#C1_Win_Command_C1MainMenu_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnResize_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnResize(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnResize.html#C1_Win_Command_C1MainMenu_OnResize_System_EventArgs_">OnResize(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnRightToLeftChanged.html#C1_Win_Command_C1MainMenu_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnShowToolTipsChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnShowToolTipsChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnShowToolTipsChanged.html#C1_Win_Command_C1MainMenu_OnShowToolTipsChanged_System_EventArgs_">OnShowToolTipsChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnSystemColorsChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnSystemColorsChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnSystemColorsChanged.html#C1_Win_Command_C1MainMenu_OnSystemColorsChanged_System_EventArgs_">OnSystemColorsChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_OnWrapChanged_System_EventArgs_" data-uid="C1.Win.Command.C1MainMenu.OnWrapChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1MainMenu.OnWrapChanged.html#C1_Win_Command_C1MainMenu_OnWrapChanged_System_EventArgs_">OnWrapChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ResetBackColor" data-uid="C1.Win.Command.C1MainMenu.ResetBackColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ResetBackColor.html#C1_Win_Command_C1MainMenu_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ResetBackHiColor" data-uid="C1.Win.Command.C1MainMenu.ResetBackHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ResetBackHiColor.html#C1_Win_Command_C1MainMenu_ResetBackHiColor">ResetBackHiColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ResetFont" data-uid="C1.Win.Command.C1MainMenu.ResetFont">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ResetFont.html#C1_Win_Command_C1MainMenu_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ResetForeHiColor" data-uid="C1.Win.Command.C1MainMenu.ResetForeHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ResetForeHiColor.html#C1_Win_Command_C1MainMenu_ResetForeHiColor">ResetForeHiColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeBackColor" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeBackColor.html#C1_Win_Command_C1MainMenu_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeBackHiColor" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeBackHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeBackHiColor.html#C1_Win_Command_C1MainMenu_ShouldSerializeBackHiColor">ShouldSerializeBackHiColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeFont" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeFont.html#C1_Win_Command_C1MainMenu_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeForeHiColor" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeForeHiColor">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeForeHiColor.html#C1_Win_Command_C1MainMenu_ShouldSerializeForeHiColor">ShouldSerializeForeHiColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeShowToolTips" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeShowToolTips">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeShowToolTips.html#C1_Win_Command_C1MainMenu_ShouldSerializeShowToolTips">ShouldSerializeShowToolTips()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1MainMenu.ShowToolTips.html#C1_Win_Command_C1MainMenu_ShowToolTips">ShowToolTips</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShouldSerializeSuperTooltip" data-uid="C1.Win.Command.C1MainMenu.ShouldSerializeSuperTooltip">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShouldSerializeSuperTooltip.html#C1_Win_Command_C1MainMenu_ShouldSerializeSuperTooltip">ShouldSerializeSuperTooltip()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1MainMenu.SuperTooltip.html#C1_Win_Command_C1MainMenu_SuperTooltip">SuperTooltip</a> has a default value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1MainMenu_BackHiColorChanged" data-uid="C1.Win.Command.C1MainMenu.BackHiColorChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.BackHiColorChanged.html">BackHiColorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the BackHiColor property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_CanMergeChanged" data-uid="C1.Win.Command.C1MainMenu.CanMergeChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CanMergeChanged.html">CanMergeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the CanMerge property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_CurrentLinkChanged" data-uid="C1.Win.Command.C1MainMenu.CurrentLinkChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.CurrentLinkChanged.html">CurrentLinkChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the current command link changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_DrawBar" data-uid="C1.Win.Command.C1MainMenu.DrawBar">
          <a class="xref" href="C1.Win.Command.C1MainMenu.DrawBar.html">DrawBar</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the owner-drawn menu should be redrawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_DrawLink" data-uid="C1.Win.Command.C1MainMenu.DrawLink">
          <a class="xref" href="C1.Win.Command.C1MainMenu.DrawLink.html">DrawLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the owner-drawn C1CommandLink should be redrawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ForeHiColorChanged" data-uid="C1.Win.Command.C1MainMenu.ForeHiColorChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ForeHiColorChanged.html">ForeHiColorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ForeHiColor property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_LayoutLink" data-uid="C1.Win.Command.C1MainMenu.LayoutLink">
          <a class="xref" href="C1.Win.Command.C1MainMenu.LayoutLink.html">LayoutLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an OwnerDraw command link needs to layout its text, image and control within the link bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_MeasureLink" data-uid="C1.Win.Command.C1MainMenu.MeasureLink">
          <a class="xref" href="C1.Win.Command.C1MainMenu.MeasureLink.html">MeasureLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when it is necessary to measure the owner-drawn link.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_ShowToolTipsChanged" data-uid="C1.Win.Command.C1MainMenu.ShowToolTipsChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.ShowToolTipsChanged.html">ShowToolTipsChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ShowToolTips property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1MainMenu_WrapChanged" data-uid="C1.Win.Command.C1MainMenu.WrapChanged">
          <a class="xref" href="C1.Win.Command.C1MainMenu.WrapChanged.html">WrapChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the Wrap property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
