InputScopeNameValue enumeration
Specifies a particular named input mode that is used to populate an InputScope.
Syntax
<object property="enumNamedConstant"/>
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The InputScopeNameValue enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Default | 0 |
No input scope is applied. |
| Url | 1 |
Input scope is intended for working with a URL. |
| EmailSmtpAddress | 5 |
Input scope is intended for working with a SMTP form e-mail address (accountname@host). |
| Number | 29 |
Input scope is intended for working with digits 0-9. |
| TelephoneNumber | 32 |
Input scope is intended for telephone numbers. |
| Search | 51 |
Input scope is intended for search strings. |
| NumberFullWidth | 39 |
Input scope is intended for full-width number characters. |
| AlphanumericHalfWidth | 40 |
Input scope is intended for alphanumeric half-width characters. |
| AlphanumericFullWidth | 41 |
Input scope is intended for alphanumeric full-width characters. |
| Hiragana | 44 |
Input scope is intended for Hiragana characters. |
| KatakanaHalfWidth | 45 |
Input scope is intended for Katakana half-width characters. |
| KatakanaFullWidth | 46 |
Input scope is intended for Katakana full-width characters. |
| Hanja | 47 |
Input scope is intended for Hanja characters. |
| HangulHalfWidth | 48 |
Input scope is intended for Hangul half-width characters. |
| HangulFullWidth | 49 |
Input scope is intended for Hangul full-width characters. |
| ChineseHalfWidth | 53 |
Input scope is intended for Chinese half-width characters. |
| ChineseFullWidth | 54 |
Input scope is intended for Chinese full-width characters. |
| NativeScript | 55 |
Input scope is intended for native script. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
