ImeConversionModeValues Enumeration
.NET Framework 3.0
Describes a mode of input conversion to be performed by an input method.
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.InputAssembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| Member name | Description | |
|---|---|---|
| Alphanumeric | The input method uses alphanumeric conversion mode. | |
| CharCode | The input method uses character code conversion mode. | |
| DoNotCare | The input method does not care what input conversion method is used; the actual conversion method is indeterminate. | |
| Eudc | The input method uses EUDC (end user defined character) conversion mode. | |
| Fixed | The input method uses fixed conversion mode. | |
| FullShape | The input method uses full-shape conversion mode. | |
| Katakana | The input method uses Katakana conversion mode. | |
| Native | The input method uses a native character (Hiragana, Hangul, Chinese) conversion mode. | |
| NoConversion | The input method will not perform any input conversion. | |
| Roman | The input method uses Roman character conversion mode. | |
| Symbol | The input method uses symbol conversion mode. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: