ImeConversionModeValues Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes a mode of input conversion to be performed by an input method editor interacting with a Silverlight-based application.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ImeConversionModeValues
[FlagsAttribute]
public enum ImeConversionModeValues
<object property="enumMemberName"/>
Members
Member name | Description | |
---|---|---|
Alphanumeric | The input method uses alphanumeric conversion mode. | |
Native | The input method uses a native character (Hiragana, Hangul, Chinese) conversion mode. | |
Katakana | The input method uses Katakana conversion mode. | |
FullShape | The input method uses full-shape conversion mode. | |
Roman | The input method uses Roman character conversion mode. | |
CharCode | The input method uses character code conversion mode. | |
NoConversion | The input method will not perform any input conversion. | |
Eudc | The input method uses EUDC (end user defined character) conversion mode. | |
Symbol | The input method uses symbol conversion mode. | |
Fixed | The input method uses fixed conversion mode. | |
DoNotCare | The input method does not care what input conversion method is used; the actual conversion method is indeterminate. |
Remarks
This enumeration is used as a value for the InputMethod.PreferredImeConversionMode attached property.
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.