# FarPoint.Win.Spread.KeystrokeFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_KeystrokeFactory" data-uid="FarPoint.Win.Spread.KeystrokeFactory" class="text-break">KeystrokeFactory Class
</h1>
  <div class="markdown level0 summary"><p>Represents a means of creating <a class="xref" href="FarPoint.Win.Spread.Keystroke.html">Keystroke</a> objects in environments
that do not support parameterized constructors.</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">KeystrokeFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_KeystrokeFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class KeystrokeFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class KeystrokeFactory</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="FarPoint_Win_Spread_KeystrokeFactory__ctor" data-uid="FarPoint.Win.Spread.KeystrokeFactory.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.KeystrokeFactory.-ctor.html#FarPoint_Win_Spread_KeystrokeFactory__ctor">KeystrokeFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new KeystrokeFactory object.</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="FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Char_" data-uid="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke(System.Char)">
          <a class="xref" href="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke.html#FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Char_">CreateKeystroke(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="FarPoint.Win.Spread.Keystroke.html">Keystroke</a> object from a character.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Windows_Forms_Keys_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke(System.Windows.Forms.Keys,System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke.html#FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Windows_Forms_Keys_System_Windows_Forms_Keys_">CreateKeystroke(Keys, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="FarPoint.Win.Spread.Keystroke.html">Keystroke</a> object from a key code and modifiers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Windows_Forms_Keys_System_Windows_Forms_Keys_System_Boolean_" data-uid="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke(System.Windows.Forms.Keys,System.Windows.Forms.Keys,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.KeystrokeFactory.CreateKeystroke.html#FarPoint_Win_Spread_KeystrokeFactory_CreateKeystroke_System_Windows_Forms_Keys_System_Windows_Forms_Keys_System_Boolean_">CreateKeystroke(Keys, Keys, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="FarPoint.Win.Spread.Keystroke.html">Keystroke</a> object from a key code and modifiers.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
