# C1.Win.Input.Base.C1InputControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_C1InputControl" data-uid="C1.Win.Input.Base.C1InputControl" class="text-break">C1InputControl Class
</h1>
  <div class="markdown level0 summary"><p>Implements the basic functionality of the C1Input control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="../C1.Win.10/C1.Framework.XViewLight.html">XViewLight</a></div>
    <div class="level5"><span class="xref">C1InputControl</span></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.Base.C1ButtonBase.html">C1ButtonBase</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.Base.C1InputHost.html">C1InputHost</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.C1Label.html">C1Label</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.C1RangeSlider.html">C1RangeSlider</a></div>
      <div class="level6"><a class="xref" href="C1.Win.Input.C1ToggleSwitch.html">C1ToggleSwitch</a></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><a class="xref" href="../C1.Win.10/C1.Framework.IView.html">IView</a></div>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Base.html">C1.Win.Input.Base</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Base_C1InputControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1InputControl : XViewLight, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1InputControl
    Inherits XViewLight
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize</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_Input_Base_C1InputControl__ctor_C1_Win_Themes_BaseThemeProvider_" data-uid="C1.Win.Input.Base.C1InputControl.#ctor(C1.Win.Themes.BaseThemeProvider)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.-ctor.html#C1_Win_Input_Base_C1InputControl__ctor_C1_Win_Themes_BaseThemeProvider_">C1InputControl(BaseThemeProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a> 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_Input_Base_C1InputControl_IsInitializing" data-uid="C1.Win.Input.Base.C1InputControl.IsInitializing">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.IsInitializing.html#C1_Win_Input_Base_C1InputControl_IsInitializing">IsInitializing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicating the initialization state of <a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a> between the <a class="xref" href="C1.Win.Input.Base.C1InputControl.BeginInit.html#C1_Win_Input_Base_C1InputControl_BeginInit">BeginInit()</a> and the <a class="xref" href="C1.Win.Input.Base.C1InputControl.EndInit.html#C1_Win_Input_Base_C1InputControl_EndInit">EndInit()</a> methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_Margin" data-uid="C1.Win.Input.Base.C1InputControl.Margin">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.Margin.html#C1_Win_Input_Base_C1InputControl_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the space between controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_Padding" data-uid="C1.Win.Input.Base.C1InputControl.Padding">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.Padding.html#C1_Win_Input_Base_C1InputControl_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets padding within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_ThemeProvider" data-uid="C1.Win.Input.Base.C1InputControl.ThemeProvider">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.ThemeProvider.html#C1_Win_Input_Base_C1InputControl_ThemeProvider">ThemeProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseThemeProvider.html">BaseThemeProvider</a> class working with theme.</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_Input_Base_C1InputControl_ApplyStyle" data-uid="C1.Win.Input.Base.C1InputControl.ApplyStyle">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.ApplyStyle.html#C1_Win_Input_Base_C1InputControl_ApplyStyle">ApplyStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to control view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_BeginInit" data-uid="C1.Win.Input.Base.C1InputControl.BeginInit">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.BeginInit.html#C1_Win_Input_Base_C1InputControl_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is starting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_Dispose_System_Boolean_" data-uid="C1.Win.Input.Base.C1InputControl.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.Dispose.html#C1_Win_Input_Base_C1InputControl_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Win.Input.Base.C1InputControl.html">C1InputControl</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_EndInit" data-uid="C1.Win.Input.Base.C1InputControl.EndInit">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.EndInit.html#C1_Win_Input_Base_C1InputControl_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_OnBackgroundImageChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1InputControl.OnBackgroundImageChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.OnBackgroundImageChanged.html#C1_Win_Input_Base_C1InputControl_OnBackgroundImageChanged_System_EventArgs_">OnBackgroundImageChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimagechanged">BackgroundImageChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_OnBackgroundImageLayoutChanged_System_EventArgs_" data-uid="C1.Win.Input.Base.C1InputControl.OnBackgroundImageLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.OnBackgroundImageLayoutChanged.html#C1_Win_Input_Base_C1InputControl_OnBackgroundImageLayoutChanged_System_EventArgs_">OnBackgroundImageLayoutChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimagelayoutchanged">BackgroundImageLayoutChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_OnDpiChangedAfterParent_System_EventArgs_" data-uid="C1.Win.Input.Base.C1InputControl.OnDpiChangedAfterParent(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.OnDpiChangedAfterParent.html#C1_Win_Input_Base_C1InputControl_OnDpiChangedAfterParent_System_EventArgs_">OnDpiChangedAfterParent(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dpichangedafterparent">DpiChangedAfterParent</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_RescaleConstantsForDpi_System_Int32_System_Int32_" data-uid="C1.Win.Input.Base.C1InputControl.RescaleConstantsForDpi(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.RescaleConstantsForDpi.html#C1_Win_Input_Base_C1InputControl_RescaleConstantsForDpi_System_Int32_System_Int32_">RescaleConstantsForDpi(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides constants for rescaling the control when a DPI change occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_ResetStyles" data-uid="C1.Win.Input.Base.C1InputControl.ResetStyles">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.ResetStyles.html#C1_Win_Input_Base_C1InputControl_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the Styles property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_C1InputControl_ShouldSerializeStyles" data-uid="C1.Win.Input.Base.C1InputControl.ShouldSerializeStyles">
          <a class="xref" href="C1.Win.Input.Base.C1InputControl.ShouldSerializeStyles.html#C1_Win_Input_Base_C1InputControl_ShouldSerializeStyles">ShouldSerializeStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the Styles property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
