[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ReadingStringOutputMode

ReadingStringOutputMode Enum

Indicates the output mode of the reading string.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ReadingStringOutputMode
Public Enum ReadingStringOutputMode
Remarks

This enumeration is used by GrapeCity.Windows.InputMan.GcImeManager.

Fields

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.