'Declaration
Public Enum ImeSentenceMode Inherits System.Enum
'Usage
Dim instance As ImeSentenceMode
public enum ImeSentenceMode : System.Enum
'Declaration
Public Enum ImeSentenceMode Inherits System.Enum
'Usage
Dim instance As ImeSentenceMode
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 | Inherits the IME sentence mode of the parent control. |
NoControl | Does not control the IME sentence mode. |
Normal | Uses phrase information to predict the next character. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ImeSentenceMode