Spread Windows Forms 7.0 Product Documentation
InputScopeNameValue Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : InputScopeNameValue Enumeration


Glossary Item Box

Specifies the input scope name which modifies how input from alternative input methods is interpreted.

Syntax

Visual Basic (Declaration) 
Public Enum InputScopeNameValue 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As InputScopeNameValue
C# 
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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.