InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CursorFollowsSelection Property


In This Topic
    CursorFollowsSelection Property (IT27Screen)
    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 IT27Screen
    Dim value As Boolean
     
    instance.CursorFollowsSelection = value
     
    value = instance.CursorFollowsSelection
    bool CursorFollowsSelection {get; set;}
    See Also