InputScopeNameValue Enumeration
Specifies the input scope name, which modifies how input from alternative input methods is interpreted.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
|
PhraseList | The text input pattern for a phrase list. |
|
RegularExpression | The text input pattern for a regular expression. |
|
Srgs | The text input pattern for the Speech Recognition Grammar Specification (SRGS). |
|
Xml | The text input pattern for XML. |
|
EnumString | Not supported. For internal use in Silverlight for Windows Phone. |
|
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 Silverlight for Windows Phone. |
|
Text | The software input panel (SIP) layout for standard text input. Supported only in Silverlight for Windows Phone. |
|
Chat | The SIP layout for text messaging, which recognizes pre-defined abbreviations. Supported only in Silverlight for Windows Phone. |
|
Search | The SIP layout for a search query. Supported only in Silverlight for Windows Phone. |
|
NameOrPhoneNumber | The SIP layout for SMS To field. Supported only in Silverlight for Windows Phone. |
|
EmailNameOrAddress | The SIP layout for an e-mail name or address. Supported only in Silverlight for Windows Phone. |
|
Private | Not supported. For internal use in Silverlight for Windows Phone. |
|
Maps | The SIP layout for entering a map location. Supported only in Silverlight for Windows Phone. |
|
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 Silverlight for Windows Phone. |
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.