# C1.Win.Design.C1ControlDesigner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Design_C1ControlDesigner" data-uid="C1.Win.Design.C1ControlDesigner" class="text-break">C1ControlDesigner Class
</h1>
  <div class="markdown level0 summary"><p>Base designer for C1 controls.</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">C1ControlDesigner</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.Design.html">C1.Win.Design</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.4.8.dll</h6>
  <h5 id="C1_Win_Design_C1ControlDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ControlDesigner : ControlDesigner, ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ControlDesigner
    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_Design_C1ControlDesigner__ctor" data-uid="C1.Win.Design.C1ControlDesigner.#ctor">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.-ctor.html#C1_Win_Design_C1ControlDesigner__ctor">C1ControlDesigner()</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_Design_C1ControlDesigner_ActionLists" data-uid="C1.Win.Design.C1ControlDesigner.ActionLists">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.ActionLists.html#C1_Win_Design_C1ControlDesigner_ActionLists">ActionLists</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_ComponentChangeService" data-uid="C1.Win.Design.C1ControlDesigner.ComponentChangeService">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.ComponentChangeService.html#C1_Win_Design_C1ControlDesigner_ComponentChangeService">ComponentChangeService</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentchangeservice">IComponentChangeService</a> provided by the designer host.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_SelectionService" data-uid="C1.Win.Design.C1ControlDesigner.SelectionService">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.SelectionService.html#C1_Win_Design_C1ControlDesigner_SelectionService">SelectionService</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.iselectionservice">ISelectionService</a> provided by the designer host.</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_Design_C1ControlDesigner_GetProperty_System_Object_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.GetProperty(System.Object,System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.GetProperty.html#C1_Win_Design_C1ControlDesigner_GetProperty_System_Object_System_String_">GetProperty(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value to the specific property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_GetPropertyValue_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.GetPropertyValue(System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.GetPropertyValue.html#C1_Win_Design_C1ControlDesigner_GetPropertyValue_System_String_">GetPropertyValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value to the specific property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_GetPropertyValue__1_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.GetPropertyValue``1(System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.GetPropertyValue.html#C1_Win_Design_C1ControlDesigner_GetPropertyValue__1_System_String_">GetPropertyValue&lt;T&gt;(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value to the specific property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_Initialize_System_ComponentModel_IComponent_" data-uid="C1.Win.Design.C1ControlDesigner.Initialize(System.ComponentModel.IComponent)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.Initialize.html#C1_Win_Design_C1ControlDesigner_Initialize_System_ComponentModel_IComponent_">Initialize(IComponent)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_InvokePropertyEditor_System_Object_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.InvokePropertyEditor(System.Object,System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.InvokePropertyEditor.html#C1_Win_Design_C1ControlDesigner_InvokePropertyEditor_System_Object_System_String_">InvokePropertyEditor(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the property editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_InvokePropertyEditor_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.InvokePropertyEditor(System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.InvokePropertyEditor.html#C1_Win_Design_C1ControlDesigner_InvokePropertyEditor_System_String_">InvokePropertyEditor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the property editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_RaiseComponentChanged_System_Object_System_ComponentModel_MemberDescriptor_" data-uid="C1.Win.Design.C1ControlDesigner.RaiseComponentChanged(System.Object,System.ComponentModel.MemberDescriptor)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.RaiseComponentChanged.html#C1_Win_Design_C1ControlDesigner_RaiseComponentChanged_System_Object_System_ComponentModel_MemberDescriptor_">RaiseComponentChanged(object, MemberDescriptor)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the System.ComponentModel.Design.IComponentChangeService that the specified component has been changed.
You only need to call this when you are affecting component properties directly and not through the MemberDescriptor's accessors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_RaiseComponentChanging_System_Object_System_ComponentModel_MemberDescriptor_" data-uid="C1.Win.Design.C1ControlDesigner.RaiseComponentChanging(System.Object,System.ComponentModel.MemberDescriptor)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.RaiseComponentChanging.html#C1_Win_Design_C1ControlDesigner_RaiseComponentChanging_System_Object_System_ComponentModel_MemberDescriptor_">RaiseComponentChanging(object, MemberDescriptor)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.icomponentchangeservice">IComponentChangeService</a> that a component is about to be changed.
You only need to call this when you are affecting component properties directly and not through
the MemberDescriptor's accessors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_SetPropertyValue_System_Object_System_Object_System_String_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.SetPropertyValue(System.Object,System.Object,System.String,System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.SetPropertyValue.html#C1_Win_Design_C1ControlDesigner_SetPropertyValue_System_Object_System_Object_System_String_System_String_">SetPropertyValue(object, object, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of specific instance to the specific property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_SetPropertyValue_System_Object_System_String_System_String_" data-uid="C1.Win.Design.C1ControlDesigner.SetPropertyValue(System.Object,System.String,System.String)">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.SetPropertyValue.html#C1_Win_Design_C1ControlDesigner_SetPropertyValue_System_Object_System_String_System_String_">SetPropertyValue(object, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value to the specific property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ControlDesigner_ShowAboutBox" data-uid="C1.Win.Design.C1ControlDesigner.ShowAboutBox">
          <a class="xref" href="C1.Win.Design.C1ControlDesigner.ShowAboutBox.html#C1_Win_Design_C1ControlDesigner_ShowAboutBox">ShowAboutBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the About Box for an instance of a C1 product.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
