[]
Indicates the output mode of the reading string.
public enum ReadingStringOutputMode
Public Enum ReadingStringOutputMode
This enumeration is used by GrapeCity.Windows.InputMan.GcImeManager.
Name | Description |
---|---|
Append | Append the reading string to the end of the content of GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property. |
None | The reading sting will not apply to GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property. |
Replace | Use the reading string to replace the content of GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property. |