Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 952 Bytes

coreinputscope.md

File metadata and controls

42 lines (28 loc) · 952 Bytes
-api-id -api-type
T:Windows.Phone.UI.Core.CoreInputScope
winrt enum

CoreInputScope

-description

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.

-enum-fields

-field Default:0

The default keyboard.

-field Url:1

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

-field EmailSmtpAddress:5

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

-field Number:29

The number keyboard. Contains numbers and a decimal point.

-field TelephoneNumber:32

The telephone keyboard. Mimics the telephone keypad.

-field Text:49

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

-field Search:51

The search keyboard. Includes auto-complete.

-remarks

-examples

-see-also