Spread Windows Forms 12.0 Product Documentation
InputScopeNameValue Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : InputScopeNameValue Enumeration
Specifies the input scope name which modifies how input from alternative input methods is interpreted.
Syntax
'Declaration
 
Public Enum InputScopeNameValue 
   Inherits System.Enum
'Usage
 
Dim instance As InputScopeNameValue
public enum InputScopeNameValue : System.Enum 
Members
MemberDescription
AlphanumericFullWidthSpecifies the text input pattern for alphanumeric full-width characters.
AlphanumericHalfWidthSpecifies the text input pattern for alphanumeric half-width characters.
DefaultSpecifies the default handling of input commands and that input status is determined by ImeMode and ImeSentenceMode.
EmailSmtpAddressSpecifies the text input pattern for a Simple Mail Transfer Protocol (SMTP) email address.
HanjaSpecifies the text input pattern for Hanja characters.
HanjaFullWidthSpecifies the text input pattern for Hangul full-width characters.
HanjaHalfWidthSpecifies the text input pattern for Hangul half-width characters.
HiraganaSpecifies the text input pattern for the Hiragana writing system.
InheritSpecifies the property is not set and gets the value from the parent.
KatakanaFullWidthSpecifies the text input pattern for full-width Katakana characters.
KatakanaHalfWidthSpecifies the text input pattern for half-width Katakana characters.
NumberSpecifies the text input pattern for a number.
NumberFullWidthSpecifies the text input pattern for a full-width number.
SearchSpecifies the text input pattern for a search query.
TelephoneNumberSpecifies the text input pattern for a telephone number.
UrlSpecifies the text input pattern for an Uniform Resource Locator (URL).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.InputScopeNameValue

See Also

Reference

FarPoint.Win Namespace