Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ReadingStringOutputMode Enumeration


In This Topic
    ReadingStringOutputMode Enumeration
    In This Topic
    Indicates the output mode of the reading string.
    Syntax
    'Declaration
     
    Public Enum ReadingStringOutputMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ReadingStringOutputMode
    public enum ReadingStringOutputMode : System.Enum 
    Members
    MemberDescription
    AppendAppend the reading string to the end of the content of GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property.
    NoneThe reading sting will not apply to GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property.
    ReplaceUse the reading string to replace the content of GrapeCity.Windows.InputMan.GcImeManager.ReadingString attached property.
    Remarks
    This enumeration is used by GrapeCity.Windows.InputMan.GcImeManager.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ReadingStringOutputMode

    See Also