# C1.Win.Design.C1ScrollableControlDesigner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Design_C1ScrollableControlDesigner" data-uid="C1.Win.Design.C1ScrollableControlDesigner" class="text-break">C1ScrollableControlDesigner Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.design.scrollablecontroldesigner">ScrollableControlDesigner</a> 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.design.parentcontroldesigner">ParentControlDesigner</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.design.scrollablecontroldesigner">ScrollableControlDesigner</a></div>
    <div class="level5"><span class="xref">C1ScrollableControlDesigner</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_C1ScrollableControlDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ScrollableControlDesigner : ScrollableControlDesigner, ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponentInitializer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ScrollableControlDesigner
    Inherits ScrollableControlDesigner
    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_C1ScrollableControlDesigner__ctor" data-uid="C1.Win.Design.C1ScrollableControlDesigner.#ctor">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.-ctor.html#C1_Win_Design_C1ScrollableControlDesigner__ctor">C1ScrollableControlDesigner()</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_C1ScrollableControlDesigner_ActionLists" data-uid="C1.Win.Design.C1ScrollableControlDesigner.ActionLists">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.ActionLists.html#C1_Win_Design_C1ScrollableControlDesigner_ActionLists">ActionLists</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ScrollableControlDesigner_ComponentChangeService" data-uid="C1.Win.Design.C1ScrollableControlDesigner.ComponentChangeService">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.ComponentChangeService.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_SelectionService" data-uid="C1.Win.Design.C1ScrollableControlDesigner.SelectionService">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.SelectionService.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_GetProperty_System_Object_System_String_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.GetProperty(System.Object,System.String)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.GetProperty.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_GetPropertyValue_System_String_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.GetPropertyValue(System.String)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.GetPropertyValue.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_GetPropertyValue__1_System_String_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.GetPropertyValue``1(System.String)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.GetPropertyValue.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_Initialize_System_ComponentModel_IComponent_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.Initialize(System.ComponentModel.IComponent)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.Initialize.html#C1_Win_Design_C1ScrollableControlDesigner_Initialize_System_ComponentModel_IComponent_">Initialize(IComponent)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Design_C1ScrollableControlDesigner_InvokePropertyEditor_System_String_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.InvokePropertyEditor(System.String)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.InvokePropertyEditor.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_RaiseComponentChanged_System_Object_System_ComponentModel_MemberDescriptor_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.RaiseComponentChanged(System.Object,System.ComponentModel.MemberDescriptor)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.RaiseComponentChanged.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_SetPropertyValue_System_Object_System_String_System_String_" data-uid="C1.Win.Design.C1ScrollableControlDesigner.SetPropertyValue(System.Object,System.String,System.String)">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.SetPropertyValue.html#C1_Win_Design_C1ScrollableControlDesigner_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_C1ScrollableControlDesigner_ShowAboutBox" data-uid="C1.Win.Design.C1ScrollableControlDesigner.ShowAboutBox">
          <a class="xref" href="C1.Win.Design.C1ScrollableControlDesigner.ShowAboutBox.html#C1_Win_Design_C1ScrollableControlDesigner_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>
