This documentation is archived and is not being maintained.
ImeSentenceModeValues Enumeration
Visual Studio 2010
Specifies the mode of sentence conversion performed by an input method.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.InputAssembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| None | The input method does not perform any sentence conversion. | |
| PluralClause | The input method uses plural clause sentence conversion. | |
| SingleConversion | The input method uses single Kanji/Hanja sentence conversion. | |
| Automatic | The input method uses the sentence conversion method automatically. | |
| PhrasePrediction | The input method uses phrase prediction sentence conversion. | |
| Conversation | The input method uses conversation-style sentence conversion. | |
| DoNotCare | The input method does not care what sentence conversion method is used; the actual sentence conversion mode is indeterminate. |
The following example demonstrates how to use the ImeSentenceMode property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: