0 out of 5 rated this helpful - Rate this topic

InputScopeNameValue enumeration

Specifies a particular named input mode that is used to populate an InputScope.

Syntax


public enum InputScopeNameValue


<object property="enumNamedConstant"/>

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The InputScopeNameValue enumeration has these members.

MemberValueDescription
Default0

No input scope is applied.

Url1

Input scope is intended for working with a URL.

EmailSmtpAddress5

Input scope is intended for working with a SMTP form e-mail address (accountname@host).

Number29

Input scope is intended for working with digits 0-9.

TelephoneNumber32

Input scope is intended for telephone numbers.

Search51

Input scope is intended for search strings.

NumberFullWidth39

Input scope is intended for full-width number characters.

AlphanumericHalfWidth40

Input scope is intended for alphanumeric half-width characters.

AlphanumericFullWidth41

Input scope is intended for alphanumeric full-width characters.

Hiragana44

Input scope is intended for Hiragana characters.

KatakanaHalfWidth45

Input scope is intended for Katakana half-width characters.

KatakanaFullWidth46

Input scope is intended for Katakana full-width characters.

Hanja47

Input scope is intended for Hanja characters.

HangulHalfWidth48

Input scope is intended for Hangul half-width characters.

HangulFullWidth49

Input scope is intended for Hangul full-width characters.

ChineseHalfWidth53

Input scope is intended for Chinese half-width characters.

ChineseFullWidth54

Input scope is intended for Chinese full-width characters.

NativeScript55

Input scope is intended for native script.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Input
Windows::UI::Xaml::Input [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.