ImeSentenceModeValues Enumeration
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.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Automatic | The input method uses the sentence conversion method automatically. | |
| 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. | |
| None | The input method does not perform any sentence conversion. | |
| PhrasePrediction | The input method uses phrase prediction sentence conversion. | |
| PluralClause | The input method uses plural clause sentence conversion. | |
| SingleConversion | The input method uses single Kanji/Hanja sentence conversion. |
The following example demonstrates how to use the ImeSentenceMode property.
Available since 3.0