InputScopeNameValue Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies how input from alternative input methods is interpreted. For example, you can specify that the on-screen keyboard should mimic a telephone keypad.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| Default | The default handling of input commands. | |
| Url | The text input pattern for a Uniform Resource Locator (URL). | |
| FullFilePath | The text input pattern for the full path of a file. | |
| FileName | The text input pattern for a file name. | |
| EmailUserName | The text input pattern for an email user name. | |
| EmailSmtpAddress | The text input pattern for a Simple Mail Transfer Protocol (SMTP) email address. | |
| LogOnName | The text input pattern for a log on name. | |
| PersonalFullName | The text input pattern for a person's full name. | |
| PersonalNamePrefix | The text input pattern for the prefix of a person's name. | |
| PersonalGivenName | The text input pattern for a person's given name. | |
| PersonalMiddleName | The text input pattern for a person's middle name. | |
| PersonalSurname | The text input pattern for a person's surname. | |
| PersonalNameSuffix | The text input pattern for the suffix of a person's name. | |
| PostalAddress | The text input pattern for a postal address. | |
| PostalCode | The text input pattern for a postal code. | |
| AddressStreet | The text input pattern for a street address. | |
| AddressStateOrProvince | The text input pattern for a state or province. | |
| AddressCity | The text input pattern for a city address. | |
| AddressCountryName | The text input pattern for the name of a country/region. | |
| AddressCountryShortName | The text input pattern for the abbreviated name of a country/region. | |
| CurrencyAmountAndSymbol | The text input pattern for amount and symbol of currency. | |
| CurrencyAmount | The text input pattern for amount of currency. | |
| Date | The text input pattern for a calendar date. | |
| DateMonth | The text input pattern for the numeric month in a calendar date. | |
| DateDay | The text input pattern for the numeric day in a calendar date. | |
| DateYear | The text input pattern for the year in a calendar date. | |
| DateMonthName | The text input pattern for the name of the month in a calendar date. | |
| DateDayName | The text input pattern for the name of the day in a calendar date. | |
| Digits | The text input pattern for digits. | |
| Number | The text input pattern for a number. | |
| OneChar | The text input pattern for one character. | |
| Password | The text input pattern for a password. | |
| TelephoneNumber | The text input pattern for a telephone number. | |
| TelephoneCountryCode | The text input pattern for a telephone country/region code. | |
| TelephoneAreaCode | The text input pattern for a telephone area code. | |
| TelephoneLocalNumber | The text input pattern for a telephone local number. | |
| Time | The text input pattern for the time. | |
| TimeHour | The text input pattern for the hour of the time. | |
| TimeMinorSec | The text input pattern for the minutes or seconds of time. | |
| NumberFullWidth | The text input pattern for a full-width number. | |
| AlphanumericHalfWidth | The text input pattern for alphanumeric half-width characters. | |
| AlphanumericFullWidth | The text input pattern for alphanumeric full-width characters. | |
| CurrencyChinese | The text input pattern for Chinese currency. | |
| Bopomofo | The text input pattern for the Bopomofo Mandarin Chinese phonetic transcription system. | |
| Hiragana | The text input pattern for the Hiragana writing system. | |
| KatakanaHalfWidth | The text input pattern for half-width Katakana characters. | |
| KatakanaFullWidth | The text input pattern for full-width Katakana characters. | |
| Hanja | The text input pattern for Hanja characters. | |
| Yomi | Not supported. For internal use in Windows Phone. | |
| Text | The text input pattern for standard text input. | |
| Chat | The text input pattern for text messaging, which recognizes pre-defined abbreviations. | |
| Search | The text input pattern for a search query. | |
| NameOrPhoneNumber | The text input pattern for name or phone number. | |
| EmailNameOrAddress | The text input pattern for an e-mail name or address. | |
| Private | Not supported. For internal use in Windows Phone. | |
| Maps | The text input pattern for entering a map location. | |
| NumericPassword | The text input pattern for a numeric password. | |
| Formula | The text input pattern for a formula to be evaluated. | |
| ApplicationEnd | Not supported. For internal use in Windows Phone. | |
| EnumString | Not supported. For internal use in Windows Phone. | |
| Xml | The text input pattern for XML. | |
| Srgs | The text input pattern for the Speech Recognition Grammar Specification (SRGS). | |
| RegularExpression | The text input pattern for a regular expression. | |
| PhraseList | The text input pattern for a phrase list. |
For more information about input scopes for the on-screen keyboard, see On-screen keyboard input scope index for Windows Phone 8.
Show: