# FarPoint.Win.InputScopeNameValue

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_InputScopeNameValue" data-uid="FarPoint.Win.InputScopeNameValue" class="text-break">InputScopeNameValue Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the input scope name which modifies how input from alternative input methods is interpreted.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_InputScopeNameValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum InputScopeNameValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum InputScopeNameValue</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_AlphanumericFullWidth">AlphanumericFullWidth</td>
        <td><p>Specifies the text input pattern for alphanumeric full-width characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_AlphanumericHalfWidth">AlphanumericHalfWidth</td>
        <td><p>Specifies the text input pattern for alphanumeric half-width characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Default">Default</td>
        <td><p>Specifies the default handling of input commands and that input status is determined by ImeMode and ImeSentenceMode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_EmailSmtpAddress">EmailSmtpAddress</td>
        <td><p>Specifies the text input pattern for a Simple Mail Transfer Protocol (SMTP) email address.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Hanja">Hanja</td>
        <td><p>Specifies the text input pattern for Hanja characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_HanjaFullWidth">HanjaFullWidth</td>
        <td><p>Specifies the text input pattern for Hangul full-width characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_HanjaHalfWidth">HanjaHalfWidth</td>
        <td><p>Specifies the text input pattern for Hangul half-width characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Hiragana">Hiragana</td>
        <td><p>Specifies the text input pattern for the Hiragana writing system.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Inherit">Inherit</td>
        <td><p>Specifies the property is not set and gets the value from the parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_KatakanaFullWidth">KatakanaFullWidth</td>
        <td><p>Specifies the text input pattern for full-width Katakana characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_KatakanaHalfWidth">KatakanaHalfWidth</td>
        <td><p>Specifies the text input pattern for half-width Katakana characters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Number">Number</td>
        <td><p>Specifies the text input pattern for a number.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_NumberFullWidth">NumberFullWidth</td>
        <td><p>Specifies the text input pattern for a full-width number.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Search">Search</td>
        <td><p>Specifies the text input pattern for a search query.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_TelephoneNumber">TelephoneNumber</td>
        <td><p>Specifies the text input pattern for a telephone number.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_InputScopeNameValue_Url">Url</td>
        <td><p>Specifies the text input pattern for an Uniform Resource Locator (URL).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
