[]
Specifies the input scope name which modifies how input from alternative input methods is interpreted.
public enum InputScopeNameValue
Public Enum InputScopeNameValue
| Name | Description |
|---|---|
| AlphanumericFullWidth | Specifies the text input pattern for alphanumeric full-width characters. |
| AlphanumericHalfWidth | Specifies the text input pattern for alphanumeric half-width characters. |
| Default | Specifies the default handling of input commands and that input status is determined by ImeMode and ImeSentenceMode. |
| EmailSmtpAddress | Specifies the text input pattern for a Simple Mail Transfer Protocol (SMTP) email address. |
| Hanja | Specifies the text input pattern for Hanja characters. |
| HanjaFullWidth | Specifies the text input pattern for Hangul full-width characters. |
| HanjaHalfWidth | Specifies the text input pattern for Hangul half-width characters. |
| Hiragana | Specifies the text input pattern for the Hiragana writing system. |
| Inherit | Specifies the property is not set and gets the value from the parent. |
| KatakanaFullWidth | Specifies the text input pattern for full-width Katakana characters. |
| KatakanaHalfWidth | Specifies the text input pattern for half-width Katakana characters. |
| Number | Specifies the text input pattern for a number. |
| NumberFullWidth | Specifies the text input pattern for a full-width number. |
| Search | Specifies the text input pattern for a search query. |
| TelephoneNumber | Specifies the text input pattern for a telephone number. |
| Url | Specifies the text input pattern for an Uniform Resource Locator (URL). |