Spread Windows Forms 9.0 Product Documentation
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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.