# C1.Win.Command.C1ToolBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1ToolBar" data-uid="C1.Win.Command.C1ToolBar" class="text-break">C1ToolBar Class
</h1>
  <div class="markdown level0 summary"><p>A themeable control that contains one or more buttons.</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">C1ToolBar</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.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1ToolBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1ToolBar), &quot;C1ToolBar.png&quot;)]
[C1Description(&quot;C1ToolBar&quot;, &quot;Creates a default or drop-down style toolbar with one or more buttons.&quot;)]
public class C1ToolBar : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportSuperTooltip</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1ToolBar), &quot;C1ToolBar.png&quot;)&gt;
&lt;C1Description(&quot;C1ToolBar&quot;, &quot;Creates a default or drop-down style toolbar with one or more buttons.&quot;)&gt;
Public Class C1ToolBar
    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_C1ToolBar__ctor" data-uid="C1.Win.Command.C1ToolBar.#ctor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.-ctor.html#C1_Win_Command_C1ToolBar__ctor">C1ToolBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1ToolBar 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_C1ToolBar_AutoSize" data-uid="C1.Win.Command.C1ToolBar.AutoSize">
          <a class="xref" href="C1.Win.Command.C1ToolBar.AutoSize.html#C1_Win_Command_C1ToolBar_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the toolbar automatically adjusts it size to fit all items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_BackColor" data-uid="C1.Win.Command.C1ToolBar.BackColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.BackColor.html#C1_Win_Command_C1ToolBar_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_BackHiColor" data-uid="C1.Win.Command.C1ToolBar.BackHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.BackHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_BackImageInImageBar" data-uid="C1.Win.Command.C1ToolBar.BackImageInImageBar">
          <a class="xref" href="C1.Win.Command.C1ToolBar.BackImageInImageBar.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_Border" data-uid="C1.Win.Command.C1ToolBar.Border">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Border.html#C1_Win_Command_C1ToolBar_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the appearance of the toolbar’s border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonAlign" data-uid="C1.Win.Command.C1ToolBar.ButtonAlign">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonAlign.html#C1_Win_Command_C1ToolBar_ButtonAlign">ButtonAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the button alignment for vertical toolbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLayoutCurrent" data-uid="C1.Win.Command.C1ToolBar.ButtonLayoutCurrent">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLayoutCurrent.html#C1_Win_Command_C1ToolBar_ButtonLayoutCurrent">ButtonLayoutCurrent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current layout of the buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLayoutHorz" data-uid="C1.Win.Command.C1ToolBar.ButtonLayoutHorz">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLayoutHorz.html#C1_Win_Command_C1ToolBar_ButtonLayoutHorz">ButtonLayoutHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the layout of the buttons when the toolbar is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLayoutVert" data-uid="C1.Win.Command.C1ToolBar.ButtonLayoutVert">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLayoutVert.html#C1_Win_Command_C1ToolBar_ButtonLayoutVert">ButtonLayoutVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the layout of the buttons when the toolbar is vertical.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookCurrent" data-uid="C1.Win.Command.C1ToolBar.ButtonLookCurrent">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookCurrent.html#C1_Win_Command_C1ToolBar_ButtonLookCurrent">ButtonLookCurrent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default look of the buttons in the current toolbar orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookEnforceCurrent" data-uid="C1.Win.Command.C1ToolBar.ButtonLookEnforceCurrent">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookEnforceCurrent.html#C1_Win_Command_C1ToolBar_ButtonLookEnforceCurrent">ButtonLookEnforceCurrent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether to force all buttons to comply with ButtonLookCurrent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookEnforceHorz" data-uid="C1.Win.Command.C1ToolBar.ButtonLookEnforceHorz">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookEnforceHorz.html#C1_Win_Command_C1ToolBar_ButtonLookEnforceHorz">ButtonLookEnforceHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to force all buttons to comply with ButtonLookHorz.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookEnforceVert" data-uid="C1.Win.Command.C1ToolBar.ButtonLookEnforceVert">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookEnforceVert.html#C1_Win_Command_C1ToolBar_ButtonLookEnforceVert">ButtonLookEnforceVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to force all buttons to comply with ButtonLookVert.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookHorz" data-uid="C1.Win.Command.C1ToolBar.ButtonLookHorz">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookHorz.html#C1_Win_Command_C1ToolBar_ButtonLookHorz">ButtonLookHorz</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default look of the buttons when the toolbar is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookVert" data-uid="C1.Win.Command.C1ToolBar.ButtonLookVert">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookVert.html#C1_Win_Command_C1ToolBar_ButtonLookVert">ButtonLookVert</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default look of the buttons when the toolbar is vertical.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonWidth" data-uid="C1.Win.Command.C1ToolBar.ButtonWidth">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonWidth.html#C1_Win_Command_C1ToolBar_ButtonWidth">ButtonWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width for all buttons (applies to horizontal toolbars only; if 0, buttons are individually sized).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_CloseMoreOnItemClick" data-uid="C1.Win.Command.C1ToolBar.CloseMoreOnItemClick">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CloseMoreOnItemClick.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_CommandLinks" data-uid="C1.Win.Command.C1ToolBar.CommandLinks">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CommandLinks.html#C1_Win_Command_C1ToolBar_CommandLinks">CommandLinks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of commandlinks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_CustomizeButton" data-uid="C1.Win.Command.C1ToolBar.CustomizeButton">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CustomizeButton.html#C1_Win_Command_C1ToolBar_CustomizeButton">CustomizeButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of customize button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_CustomizeMode" data-uid="C1.Win.Command.C1ToolBar.CustomizeMode">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CustomizeMode.html#C1_Win_Command_C1ToolBar_CustomizeMode">CustomizeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the toolbar is in customize mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_CustomizeOptions" data-uid="C1.Win.Command.C1ToolBar.CustomizeOptions">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CustomizeOptions.html#C1_Win_Command_C1ToolBar_CustomizeOptions">CustomizeOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating what can be customized in this toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Floating" data-uid="C1.Win.Command.C1ToolBar.Floating">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Floating.html#C1_Win_Command_C1ToolBar_Floating">Floating</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the toolbar is floating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Font" data-uid="C1.Win.Command.C1ToolBar.Font">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Font.html#C1_Win_Command_C1ToolBar_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the text displayed by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ForeHiColor" data-uid="C1.Win.Command.C1ToolBar.ForeHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ForeHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_HideFirstDelimiter" data-uid="C1.Win.Command.C1ToolBar.HideFirstDelimiter">
          <a class="xref" href="C1.Win.Command.C1ToolBar.HideFirstDelimiter.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_Horizontal" data-uid="C1.Win.Command.C1ToolBar.Horizontal">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Horizontal.html#C1_Win_Command_C1ToolBar_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_MinButtonSize" data-uid="C1.Win.Command.C1ToolBar.MinButtonSize">
          <a class="xref" href="C1.Win.Command.C1ToolBar.MinButtonSize.html#C1_Win_Command_C1ToolBar_MinButtonSize">MinButtonSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum size (width and height) of button in toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Movable" data-uid="C1.Win.Command.C1ToolBar.Movable">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Movable.html#C1_Win_Command_C1ToolBar_Movable">Movable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the toolbar can be moved by the user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShowToolTips" data-uid="C1.Win.Command.C1ToolBar.ShowToolTips">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShowToolTips.html#C1_Win_Command_C1ToolBar_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 toolbutton.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_SuperTooltip" data-uid="C1.Win.Command.C1ToolBar.SuperTooltip">
          <a class="xref" href="C1.Win.Command.C1ToolBar.SuperTooltip.html#C1_Win_Command_C1ToolBar_SuperTooltip">SuperTooltip</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ToolBarStyle" data-uid="C1.Win.Command.C1ToolBar.ToolBarStyle">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ToolBarStyle.html#C1_Win_Command_C1ToolBar_ToolBarStyle">ToolBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_UseMnemonic" data-uid="C1.Win.Command.C1ToolBar.UseMnemonic">
          <a class="xref" href="C1.Win.Command.C1ToolBar.UseMnemonic.html#C1_Win_Command_C1ToolBar_UseMnemonic">UseMnemonic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the first character that is preceded by an ampersand (&amp;) is used as the mnemonic key of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_VisualStyle" data-uid="C1.Win.Command.C1ToolBar.VisualStyle">
          <a class="xref" href="C1.Win.Command.C1ToolBar.VisualStyle.html#C1_Win_Command_C1ToolBar_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Wrap" data-uid="C1.Win.Command.C1ToolBar.Wrap">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Wrap.html#C1_Win_Command_C1ToolBar_Wrap">Wrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to wrap the toolbar or show a &quot;More...&quot; button if not all items fit on a single line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_WrapText" data-uid="C1.Win.Command.C1ToolBar.WrapText">
          <a class="xref" href="C1.Win.Command.C1ToolBar.WrapText.html#C1_Win_Command_C1ToolBar_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether to wrap text in links when ButtonWidth is greater than zero and text doesn't fit.</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_C1ToolBar_CreateAccessibilityInstance" data-uid="C1.Win.Command.C1ToolBar.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CreateAccessibilityInstance.html#C1_Win_Command_C1ToolBar_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Dispose_System_Boolean_" data-uid="C1.Win.Command.C1ToolBar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Dispose.html#C1_Win_Command_C1ToolBar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1ToolBar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_IC1GetAmbientRootSource_System_String_" data-uid="C1.Win.Command.C1ToolBar.IC1GetAmbientRootSource(System.String)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.IC1GetAmbientRootSource.html#C1_Win_Command_C1ToolBar_IC1GetAmbientRootSource_System_String_">IC1GetAmbientRootSource(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Get active holder of current VisualStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_InitLayout" data-uid="C1.Win.Command.C1ToolBar.InitLayout">
          <a class="xref" href="C1.Win.Command.C1ToolBar.InitLayout.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnBackColorChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnBackHiColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnBackHiColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnBackHiColorChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnBackgroundImageChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnBackgroundImageChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnBackgroundImageChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnBackgroundImageLayoutChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnBackgroundImageLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnBackgroundImageLayoutChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnBorderChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnBorderChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnBorderChanged.html#C1_Win_Command_C1ToolBar_OnBorderChanged_System_EventArgs_">OnBorderChanged(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_C1ToolBar_OnButtonAlignChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonAlignChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonAlignChanged.html#C1_Win_Command_C1ToolBar_OnButtonAlignChanged_System_EventArgs_">OnButtonAlignChanged(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_C1ToolBar_OnButtonLayoutHorzChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLayoutHorzChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLayoutHorzChanged.html#C1_Win_Command_C1ToolBar_OnButtonLayoutHorzChanged_System_EventArgs_">OnButtonLayoutHorzChanged(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_C1ToolBar_OnButtonLayoutVertChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLayoutVertChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLayoutVertChanged.html#C1_Win_Command_C1ToolBar_OnButtonLayoutVertChanged_System_EventArgs_">OnButtonLayoutVertChanged(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_C1ToolBar_OnButtonLookEnforceHorzChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLookEnforceHorzChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLookEnforceHorzChanged.html#C1_Win_Command_C1ToolBar_OnButtonLookEnforceHorzChanged_System_EventArgs_">OnButtonLookEnforceHorzChanged(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_C1ToolBar_OnButtonLookEnforceVertChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLookEnforceVertChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLookEnforceVertChanged.html#C1_Win_Command_C1ToolBar_OnButtonLookEnforceVertChanged_System_EventArgs_">OnButtonLookEnforceVertChanged(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_C1ToolBar_OnButtonLookHorzChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLookHorzChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLookHorzChanged.html#C1_Win_Command_C1ToolBar_OnButtonLookHorzChanged_System_EventArgs_">OnButtonLookHorzChanged(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_C1ToolBar_OnButtonLookVertChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonLookVertChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonLookVertChanged.html#C1_Win_Command_C1ToolBar_OnButtonLookVertChanged_System_EventArgs_">OnButtonLookVertChanged(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_C1ToolBar_OnButtonWidthChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnButtonWidthChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnButtonWidthChanged.html#C1_Win_Command_C1ToolBar_OnButtonWidthChanged_System_EventArgs_">OnButtonWidthChanged(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_C1ToolBar_OnControlAdded_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnControlAdded.html#C1_Win_Command_C1ToolBar_OnControlAdded_System_Windows_Forms_ControlEventArgs_">OnControlAdded(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_OnControlRemoved_System_Windows_Forms_ControlEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnControlRemoved.html#C1_Win_Command_C1ToolBar_OnControlRemoved_System_Windows_Forms_ControlEventArgs_">OnControlRemoved(ControlEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_OnCursorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnCursorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnCursorChanged.html#C1_Win_Command_C1ToolBar_OnCursorChanged_System_EventArgs_">OnCursorChanged(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_C1ToolBar_OnCustomizeButtonChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnCustomizeButtonChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnCustomizeButtonChanged.html#C1_Win_Command_C1ToolBar_OnCustomizeButtonChanged_System_EventArgs_">OnCustomizeButtonChanged(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_C1ToolBar_OnDockChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnDockChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnDockChanged.html#C1_Win_Command_C1ToolBar_OnDockChanged_System_EventArgs_">OnDockChanged(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_C1ToolBar_OnDrawFloatingCaption_C1_Win_Command_DrawFloatingCaptionEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnDrawFloatingCaption(C1.Win.Command.DrawFloatingCaptionEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnDrawFloatingCaption.html#C1_Win_Command_C1ToolBar_OnDrawFloatingCaption_C1_Win_Command_DrawFloatingCaptionEventArgs_">OnDrawFloatingCaption(DrawFloatingCaptionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnFontChanged.html#C1_Win_Command_C1ToolBar_OnFontChanged_System_EventArgs_">OnFontChanged(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_C1ToolBar_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnForeColorChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnForeHiColorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnForeHiColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnForeHiColorChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnHorizontalChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnHorizontalChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnHorizontalChanged.html#C1_Win_Command_C1ToolBar_OnHorizontalChanged_System_EventArgs_">OnHorizontalChanged(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_C1ToolBar_OnLayout_System_Windows_Forms_LayoutEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnLayout.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnLocationChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnLocationChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMeasureFloatingCaption_C1_Win_Command_MeasureFloatingCaptionEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMeasureFloatingCaption(C1.Win.Command.MeasureFloatingCaptionEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMeasureFloatingCaption.html#C1_Win_Command_C1ToolBar_OnMeasureFloatingCaption_C1_Win_Command_MeasureFloatingCaptionEventArgs_">OnMeasureFloatingCaption(MeasureFloatingCaptionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_OnMinButtonSizeChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMinButtonSizeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMinButtonSizeChanged.html#C1_Win_Command_C1ToolBar_OnMinButtonSizeChanged_System_EventArgs_">OnMinButtonSizeChanged(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_C1ToolBar_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseDown.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseEnter.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseHover_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseHover(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseHover.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseLeave.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseMove.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseUp.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnMouseWheel.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnPaint.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnParentChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnParentChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnParentCursorChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnParentCursorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnParentCursorChanged.html#C1_Win_Command_C1ToolBar_OnParentCursorChanged_System_EventArgs_">OnParentCursorChanged(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_C1ToolBar_OnReset_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnReset(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnReset.html#C1_Win_Command_C1ToolBar_OnReset_System_EventArgs_">OnReset(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_C1ToolBar_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnRightToLeftChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnShowToolTipsChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnShowToolTipsChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnShowToolTipsChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnSystemColorsChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnSystemColorsChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnSystemColorsChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnTextChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnTextChanged.html#C1_Win_Command_C1ToolBar_OnTextChanged_System_EventArgs_">OnTextChanged(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_C1ToolBar_OnToolBarStyleChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnToolBarStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnToolBarStyleChanged.html#C1_Win_Command_C1ToolBar_OnToolBarStyleChanged_System_EventArgs_">OnToolBarStyleChanged(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_C1ToolBar_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnVisualStyleChanged.html#C1_Win_Command_C1ToolBar_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the VisualStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_OnWrapChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnWrapChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnWrapChanged.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_OnWrapTextChanged_System_EventArgs_" data-uid="C1.Win.Command.C1ToolBar.OnWrapTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.OnWrapTextChanged.html#C1_Win_Command_C1ToolBar_OnWrapTextChanged_System_EventArgs_">OnWrapTextChanged(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_C1ToolBar_ProcessMnemonic_System_Char_" data-uid="C1.Win.Command.C1ToolBar.ProcessMnemonic(System.Char)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ProcessMnemonic.html#C1_Win_Command_C1ToolBar_ProcessMnemonic_System_Char_">ProcessMnemonic(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a mnemonic character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ResetBackColor" data-uid="C1.Win.Command.C1ToolBar.ResetBackColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetBackColor.html#C1_Win_Command_C1ToolBar_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ResetBackHiColor" data-uid="C1.Win.Command.C1ToolBar.ResetBackHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetBackHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ResetBorder" data-uid="C1.Win.Command.C1ToolBar.ResetBorder">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetBorder.html#C1_Win_Command_C1ToolBar_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ResetFont" data-uid="C1.Win.Command.C1ToolBar.ResetFont">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetFont.html#C1_Win_Command_C1ToolBar_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.Command.C1ToolBar.Font.html#C1_Win_Command_C1ToolBar_Font">Font</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ResetForeHiColor" data-uid="C1.Win.Command.C1ToolBar.ResetForeHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetForeHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ResetMovable" data-uid="C1.Win.Command.C1ToolBar.ResetMovable">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetMovable.html#C1_Win_Command_C1ToolBar_ResetMovable">ResetMovable()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.Command.C1ToolBar.Movable.html#C1_Win_Command_C1ToolBar_Movable">Movable</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ResetVisualStyle" data-uid="C1.Win.Command.C1ToolBar.ResetVisualStyle">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ResetVisualStyle.html#C1_Win_Command_C1ToolBar_ResetVisualStyle">ResetVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.Command.C1ToolBar.VisualStyle.html#C1_Win_Command_C1ToolBar_VisualStyle">VisualStyle</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_SetVisibleCore_System_Boolean_" data-uid="C1.Win.Command.C1ToolBar.SetVisibleCore(System.Boolean)">
          <a class="xref" href="C1.Win.Command.C1ToolBar.SetVisibleCore.html#C1_Win_Command_C1ToolBar_SetVisibleCore_System_Boolean_">SetVisibleCore(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeBackColor" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeBackColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ShouldSerializeBackHiColor" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeBackHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeBackHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ShouldSerializeBorder" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeBorder.html#C1_Win_Command_C1ToolBar_ShouldSerializeBorder">ShouldSerializeBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeFont" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeFont">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeFont.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ShouldSerializeForeHiColor" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeForeHiColor">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeForeHiColor.html#C1_Win_Command_C1ToolBar_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_C1ToolBar_ShouldSerializeMovable" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeMovable">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeMovable.html#C1_Win_Command_C1ToolBar_ShouldSerializeMovable">ShouldSerializeMovable()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1ToolBar.Movable.html#C1_Win_Command_C1ToolBar_Movable">Movable</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeShowToolTips" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeShowToolTips">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeShowToolTips.html#C1_Win_Command_C1ToolBar_ShouldSerializeShowToolTips">ShouldSerializeShowToolTips()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1ToolBar.ShowToolTips.html#C1_Win_Command_C1ToolBar_ShowToolTips">ShowToolTips</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeSuperTooltip" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeSuperTooltip">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeSuperTooltip.html#C1_Win_Command_C1ToolBar_ShouldSerializeSuperTooltip">ShouldSerializeSuperTooltip()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1ToolBar.SuperTooltip.html#C1_Win_Command_C1ToolBar_SuperTooltip">SuperTooltip</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeVisualStyle" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeVisualStyle">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeVisualStyle.html#C1_Win_Command_C1ToolBar_ShouldSerializeVisualStyle">ShouldSerializeVisualStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.Command.C1ToolBar.VisualStyle.html#C1_Win_Command_C1ToolBar_VisualStyle">VisualStyle</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShouldSerializeVisualStyleBase" data-uid="C1.Win.Command.C1ToolBar.ShouldSerializeVisualStyleBase">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ShouldSerializeVisualStyleBase.html#C1_Win_Command_C1ToolBar_ShouldSerializeVisualStyleBase">ShouldSerializeVisualStyleBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <span class="xref">C1.Win.Command.C1ToolBar.VisualStyleBase</span> 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_C1ToolBar_BackHiColorChanged" data-uid="C1.Win.Command.C1ToolBar.BackHiColorChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.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_C1ToolBar_BorderChanged" data-uid="C1.Win.Command.C1ToolBar.BorderChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.BorderChanged.html">BorderChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the Border property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonAlignChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonAlignChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonAlignChanged.html">ButtonAlignChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonAlign property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLayoutHorzChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLayoutHorzChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLayoutHorzChanged.html">ButtonLayoutHorzChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLayoutHors property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLayoutVertChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLayoutVertChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLayoutVertChanged.html">ButtonLayoutVertChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLayoutVert property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookEnforceHorzChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLookEnforceHorzChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookEnforceHorzChanged.html">ButtonLookEnforceHorzChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLookEnforceHors property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookEnforceVertChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLookEnforceVertChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookEnforceVertChanged.html">ButtonLookEnforceVertChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLookEnforceVert property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookHorzChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLookHorzChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookHorzChanged.html">ButtonLookHorzChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLookHors property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonLookVertChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonLookVertChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonLookVertChanged.html">ButtonLookVertChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonLookVert property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ButtonWidthChanged" data-uid="C1.Win.Command.C1ToolBar.ButtonWidthChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ButtonWidthChanged.html">ButtonWidthChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ButtonWidth property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_CurrentLinkChanged" data-uid="C1.Win.Command.C1ToolBar.CurrentLinkChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.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_C1ToolBar_CustomizeButtonChanged" data-uid="C1.Win.Command.C1ToolBar.CustomizeButtonChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.CustomizeButtonChanged.html">CustomizeButtonChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the CustomizeButton property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_DrawBar" data-uid="C1.Win.Command.C1ToolBar.DrawBar">
          <a class="xref" href="C1.Win.Command.C1ToolBar.DrawBar.html">DrawBar</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an owner drawn menu or toolbar needs to be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_DrawFloatingCaption" data-uid="C1.Win.Command.C1ToolBar.DrawFloatingCaption">
          <a class="xref" href="C1.Win.Command.C1ToolBar.DrawFloatingCaption.html">DrawFloatingCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a floating toolbar's caption needs to be drawn. Allows to owner draw the caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_DrawLink" data-uid="C1.Win.Command.C1ToolBar.DrawLink">
          <a class="xref" href="C1.Win.Command.C1ToolBar.DrawLink.html">DrawLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an owner drawn link needs to be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ForeHiColorChanged" data-uid="C1.Win.Command.C1ToolBar.ForeHiColorChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.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_C1ToolBar_HorizontalChanged" data-uid="C1.Win.Command.C1ToolBar.HorizontalChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.HorizontalChanged.html">HorizontalChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the Horizontal property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_LayoutLink" data-uid="C1.Win.Command.C1ToolBar.LayoutLink">
          <a class="xref" href="C1.Win.Command.C1ToolBar.LayoutLink.html">LayoutLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an owner drawn link needs to layout its text, image and control within the link bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_MeasureFloatingCaption" data-uid="C1.Win.Command.C1ToolBar.MeasureFloatingCaption">
          <a class="xref" href="C1.Win.Command.C1ToolBar.MeasureFloatingCaption.html">MeasureFloatingCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a floating toolbar's caption needs to be measured. Allows to customize the toolbar's size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_MeasureLink" data-uid="C1.Win.Command.C1ToolBar.MeasureLink">
          <a class="xref" href="C1.Win.Command.C1ToolBar.MeasureLink.html">MeasureLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an owner drawn link needs to be measured.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_MinButtonSizeChanged" data-uid="C1.Win.Command.C1ToolBar.MinButtonSizeChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.MinButtonSizeChanged.html">MinButtonSizeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the MinButtonSize property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_Reset" data-uid="C1.Win.Command.C1ToolBar.Reset">
          <a class="xref" href="C1.Win.Command.C1ToolBar.Reset.html">Reset</a>
        </td>
        <td class="markdown level1 summary"><p>Event fired when Reset command from Customize dialog is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_ShowToolTipsChanged" data-uid="C1.Win.Command.C1ToolBar.ShowToolTipsChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.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_C1ToolBar_ToolBarStyleChanged" data-uid="C1.Win.Command.C1ToolBar.ToolBarStyleChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.ToolBarStyleChanged.html">ToolBarStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the ToolBarStyle property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_VisualStyleChanged" data-uid="C1.Win.Command.C1ToolBar.VisualStyleChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.VisualStyleChanged.html">VisualStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the VisualStyle property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_WrapChanged" data-uid="C1.Win.Command.C1ToolBar.WrapChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.WrapChanged.html">WrapChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the Wrap property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1ToolBar_WrapTextChanged" data-uid="C1.Win.Command.C1ToolBar.WrapTextChanged">
          <a class="xref" href="C1.Win.Command.C1ToolBar.WrapTextChanged.html">WrapTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the WrapText property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
