CoreInputScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the values that can be assigned to the InputScope property to select the type of Software Input Panel keyboard that is displayed for text input.
public enum class CoreInputScope
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
enum class CoreInputScope
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
public enum CoreInputScope
Public Enum CoreInputScope
- Inheritance
-
CoreInputScope
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneInternalContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default keyboard. |
Url | 1 | The "Url" keyboard. Includes the .com key. |
EmailSmtpAddress | 5 | Email address keyboard. Includes the @ and .com keys. |
Number | 29 | The number keyboard. Contains numbers and a decimal point. |
TelephoneNumber | 32 | The telephone keyboard. Mimics the telephone keypad. |
Text | 49 | The text keyboard. Includes auto-complete and an emoticon menu. |
Search | 51 | The search keyboard. Includes auto-complete. |