# C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow" class="text-break">VirtualWindow Class
</h1>
  <div class="markdown level0 summary"><p>Defines a virtual windows to help the operation of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.Ime.html">Ime</a>.</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"><span class="xref">VirtualWindow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.html">IMessageWindow</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.imessagefilter">IMessageFilter</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.Win.C1Input.GrapeCity.Framework.Input.html">C1.Win.C1Input.GrapeCity.Framework.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class VirtualWindow : IMessageWindow, IWin32Window, IMessageFilter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class VirtualWindow
    Implements IMessageWindow, IWin32Window, IMessageFilter, IDisposable</code></pre>
  </div>
  <h5 id="C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class only send message to the IMessageProcessor.PerProcess methods.</p>
</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_C1Input_GrapeCity_Framework_Input_VirtualWindow__ctor" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.#ctor">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.-ctor.html#C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow__ctor">VirtualWindow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.html">VirtualWindow</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_C1Input_GrapeCity_Framework_Input_VirtualWindow_FactWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindow">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindow.html#C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_FactWindow">FactWindow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fact window.</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_C1Input_GrapeCity_Framework_Input_VirtualWindow_Dispose" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.Dispose">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.Dispose.html#C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Hang up the link between this class and the Application.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_OnFactWindowChanged_System_EventArgs_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.OnFactWindowChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.OnFactWindowChanged.html#C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_OnFactWindowChanged_System_EventArgs_">OnFactWindowChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindowChanged.html">FactWindowChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_FactWindowChanged" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindowChanged">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindowChanged.html">FactWindowChanged</a>
        </td>
        <td class="markdown level1 summary"><p>A event raised when the value of <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.VirtualWindow.FactWindow.html#C1_Win_C1Input_GrapeCity_Framework_Input_VirtualWindow_FactWindow">FactWindow</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
