# C1.Framework.XViewHost

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_XViewHost" data-uid="C1.Framework.XViewHost" class="text-break">XViewHost Class
</h1>
  <div class="markdown level0 summary"><p>Control that hosts <a class="xref" href="C1.Framework.XView.html">XView</a> 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"><span class="xref">XViewHost</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_XViewHost_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class XViewHost : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class XViewHost
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_Framework_XViewHost__ctor" data-uid="C1.Framework.XViewHost.#ctor">
          <a class="xref" href="C1.Framework.XViewHost.-ctor.html#C1_Framework_XViewHost__ctor">XViewHost()</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_Framework_XViewHost_XView" data-uid="C1.Framework.XViewHost.XView">
          <a class="xref" href="C1.Framework.XViewHost.XView.html#C1_Framework_XViewHost_XView">XView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Framework.XViewHost.XView.html#C1_Framework_XViewHost_XView">XView</a> that this control is hosting.</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_Framework_XViewHost_Dispose_System_Boolean_" data-uid="C1.Framework.XViewHost.Dispose(System.Boolean)">
          <a class="xref" href="C1.Framework.XViewHost.Dispose.html#C1_Framework_XViewHost_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewHost_InitializeComponent_C1_Framework_XView_" data-uid="C1.Framework.XViewHost.InitializeComponent(C1.Framework.XView)">
          <a class="xref" href="C1.Framework.XViewHost.InitializeComponent.html#C1_Framework_XViewHost_InitializeComponent_C1_Framework_XView_">InitializeComponent(XView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the <a class="xref" href="C1.Framework.XViewHost.XView.html#C1_Framework_XViewHost_XView">XView</a> hosted in this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewHost_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Framework.XViewHost.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Framework.XViewHost.IsInputKey.html#C1_Framework_XViewHost_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is a regular input key or a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewHost_OnGotFocus_System_EventArgs_" data-uid="C1.Framework.XViewHost.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewHost.OnGotFocus.html#C1_Framework_XViewHost_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.GotFocus event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
