'Declaration Public Enum ReadingStringOutputMode Inherits System.Enum
'Usage Dim instance As ReadingStringOutputMode
public enum ReadingStringOutputMode : System.Enum
'Declaration Public Enum ReadingStringOutputMode Inherits System.Enum
'Usage Dim instance As ReadingStringOutputMode
public enum ReadingStringOutputMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ReadingStringOutputMode