InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / PasteLineBreakOption Enumeration


In This Topic
    PasteLineBreakOption Enumeration
    In This Topic
    Defines options for specifying which character is inserted as a line break when data containing a line break is copied from the Clipboard to a field on the terminal screen.
    Syntax
    'Declaration
     
    
    Public Enum PasteLineBreakOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PasteLineBreakOption
    public enum PasteLineBreakOption : System.Enum 
    Members
    MemberDescription
    EnterKeyInserts an Enter character.
    NewLineKeyInserts a NewLine character.
    TabKeyInserts a Tab character.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.PasteLineBreakOption

    See Also