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


In This Topic
    PasteMoveCursor Property
    In This Topic
    Gets or sets a value indicating whether to move the cursor to the end of the pasted text. If False, the cursor is restored to the position it was in before text was pasted.
    Syntax
    'Declaration
     
    
    Property PasteMoveCursor As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.PasteMoveCursor = value
     
    value = instance.PasteMoveCursor
    bool PasteMoveCursor {get; set;}
    See Also