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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Framework_Input_IMessageWindow" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow" class="text-break">IMessageWindow Interface
</h1>
  <div class="markdown level0 summary"><p>Defines an interface that abstractes a window, user can add message processors to it.</p>
</div>
  <div class="markdown level0 conceptual"></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_IMessageWindow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMessageWindow : IWin32Window</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMessageWindow
    Inherits IWin32Window</code></pre>
  </div>
  <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_IMessageWindow_AddMessageProcessor_C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.AddMessageProcessor(C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.AddMessageProcessor.html#C1_Win_C1Input_GrapeCity_Framework_Input_IMessageWindow_AddMessageProcessor_C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_">AddMessageProcessor(IMessageProcessor)</a>
        </td>
        <td class="markdown level1 summary"><p>Addes the an <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.html">IMessageProcessor</a> into the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.html">IMessageWindow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Framework_Input_IMessageWindow_RemoveMessageProcessor_C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_" data-uid="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.RemoveMessageProcessor(C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.RemoveMessageProcessor.html#C1_Win_C1Input_GrapeCity_Framework_Input_IMessageWindow_RemoveMessageProcessor_C1_Win_C1Input_GrapeCity_Framework_Input_IMessageProcessor_">RemoveMessageProcessor(IMessageProcessor)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the an <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageProcessor.html">IMessageProcessor</a> from the <a class="xref" href="C1.Win.C1Input.GrapeCity.Framework.Input.IMessageWindow.html">IMessageWindow</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
