InfoConnect for Unisys
PasteMoveCursor Property


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