Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
See Also