ComponentOne MultiSelect for WinForms
C1.Win.Input.GrapeCity.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
    public enum ReadingStringOutputMode : System.Enum 
    Members
    MemberDescription
    AppendAdds the new text at the end of the old text.
    IntelligenceMaintain the reading string output automatically.
    ReplaceReplaces all text of the target control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.GrapeCity.Editors.ReadingStringOutputMode

    See Also