CoreInputScope Enum

Definition

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

Default 0

The default keyboard.

EmailSmtpAddress 5

Email address keyboard. Includes the @ and .com keys.

Number 29

The number keyboard. Contains numbers and a decimal point.

51

The search keyboard. Includes auto-complete.

TelephoneNumber 32

The telephone keyboard. Mimics the telephone keypad.

Text 49

The text keyboard. Includes auto-complete and an emoticon menu.

Url 1

The "Url" keyboard. Includes the .com key.

Applies to