Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / 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
    expression.PasteMoveCursor As Boolean
    where expression is a variable that represents a IbmScreen Object
    See Also