# C1.Win.Ribbon.Design.C1RibbonDesigner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_Design_C1RibbonDesigner" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner" class="text-break">C1RibbonDesigner Class
</h1>
  <div class="markdown level0 summary"><p>The designer class for the main C1Ribbon control. It is also the owner for the main floatie and for the inplace label editing form.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.componentdesigner">ComponentDesigner</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.design.controldesigner">ControlDesigner</a></div>
    <div class="level3"><span class="xref">C1RibbonDesigner</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.itreedesigner">ITreeDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesigner">IDesigner</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesignerfilter">IDesignerFilter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentinitializer">IComponentInitializer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.Design.html">C1.Win.Ribbon.Design</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.4.8.dll</h6>
  <h5 id="C1_Win_Ribbon_Design_C1RibbonDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1RibbonDesigner : ControlDesigner, ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1RibbonDesigner
    Inherits ControlDesigner
    Implements ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</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_Ribbon_Design_C1RibbonDesigner__ctor" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.#ctor">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.-ctor.html#C1_Win_Ribbon_Design_C1RibbonDesigner__ctor">C1RibbonDesigner()</a>
        </td>
        <td class="markdown level1 summary"></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_Ribbon_Design_C1RibbonDesigner_ActionLists" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.ActionLists">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.ActionLists.html#C1_Win_Ribbon_Design_C1RibbonDesigner_ActionLists">ActionLists</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_AssociatedComponents" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.AssociatedComponents">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.AssociatedComponents.html#C1_Win_Ribbon_Design_C1RibbonDesigner_AssociatedComponents">AssociatedComponents</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_EnableSmartDesigner" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.EnableSmartDesigner">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.EnableSmartDesigner.html#C1_Win_Ribbon_Design_C1RibbonDesigner_EnableSmartDesigner">EnableSmartDesigner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the smart designer is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_SelectionRules" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.SelectionRules">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.SelectionRules.html#C1_Win_Ribbon_Design_C1RibbonDesigner_SelectionRules">SelectionRules</a>
        </td>
        <td class="markdown level1 summary"></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_Ribbon_Design_C1RibbonDesigner_CreateInitialLayout" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.CreateInitialLayout">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.CreateInitialLayout.html#C1_Win_Ribbon_Design_C1RibbonDesigner_CreateInitialLayout">CreateInitialLayout()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an initial layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_CreateMainFloatie" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.CreateMainFloatie">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.CreateMainFloatie.html#C1_Win_Ribbon_Design_C1RibbonDesigner_CreateMainFloatie">CreateMainFloatie()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the main floatie form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_Dispose_System_Boolean_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.Dispose.html#C1_Win_Ribbon_Design_C1RibbonDesigner_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_GetHitTest_System_Drawing_Point_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.GetHitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.GetHitTest.html#C1_Win_Ribbon_Design_C1RibbonDesigner_GetHitTest_System_Drawing_Point_">GetHitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_Initialize_System_ComponentModel_IComponent_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.Initialize(System.ComponentModel.IComponent)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.Initialize.html#C1_Win_Ribbon_Design_C1RibbonDesigner_Initialize_System_ComponentModel_IComponent_">Initialize(IComponent)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_InitializeNewComponent_System_Collections_IDictionary_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.InitializeNewComponent(System.Collections.IDictionary)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.InitializeNewComponent.html#C1_Win_Ribbon_Design_C1RibbonDesigner_InitializeNewComponent_System_Collections_IDictionary_">InitializeNewComponent(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_OnMouseDragBegin_System_Int32_System_Int32_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.OnMouseDragBegin(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.OnMouseDragBegin.html#C1_Win_Ribbon_Design_C1RibbonDesigner_OnMouseDragBegin_System_Int32_System_Int32_">OnMouseDragBegin(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_OnMouseDragEnd_System_Boolean_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.OnMouseDragEnd(System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.OnMouseDragEnd.html#C1_Win_Ribbon_Design_C1RibbonDesigner_OnMouseDragEnd_System_Boolean_">OnMouseDragEnd(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_Design_C1RibbonDesigner_PreFilterProperties_System_Collections_IDictionary_" data-uid="C1.Win.Ribbon.Design.C1RibbonDesigner.PreFilterProperties(System.Collections.IDictionary)">
          <a class="xref" href="C1.Win.Ribbon.Design.C1RibbonDesigner.PreFilterProperties.html#C1_Win_Ribbon_Design_C1RibbonDesigner_PreFilterProperties_System_Collections_IDictionary_">PreFilterProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
