'DeclarationPublic Enum ImeSentenceMode Inherits System.Enum
public enum ImeSentenceMode : System.Enum
'DeclarationPublic Enum ImeSentenceMode Inherits System.Enum
public enum ImeSentenceMode : System.Enum
| Member | Description |
|---|---|
| BiasForNames | The IME uses plural clause information to carry out conversion processing. |
| BiasForSpeech | The IME uses conversation mode. This is useful for chat applications. |
| Direct | No information for sentence. |
| Inherit | Inherit the IME sentence mode of the parent control. |
| NoControl | Do not control the IME sentence mode. |
| Normal | Use phrase information to predict the next character. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.GrapeCity.Framework.Input.ImeSentenceMode