InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PasteAlignText Property


In This Topic
    PasteAlignText Property
    In This Topic
    Gets or sets a value indicating whether to align space separated data with fields on the screen.
    Syntax
    'Declaration
     
    
    Property PasteAlignText As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.PasteAlignText = value
     
    value = instance.PasteAlignText
    bool PasteAlignText {get; set;}
    See Also