InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / CursorFollowsSelection Property


In This Topic
CursorFollowsSelection Property (IUtsScreen)
In This Topic
Gets or sets a value indicating whether the cursor should be placed after the last selected text.
Syntax
'Declaration
 
Property CursorFollowsSelection As Boolean
 
'Usage
 
Dim instance As IUtsScreen
Dim value As Boolean
 
instance.CursorFollowsSelection = value
 
value = instance.CursorFollowsSelection
See Also