InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CancelSelection Method


In This Topic
    CancelSelection Method (IT27Screen)
    In This Topic
    Cancels the text selection in the terminal window. If no text is selected, this method has no effect.
    Syntax
    'Declaration
     
    
    Sub CancelSelection() 
    'Usage
     
    
    Dim instance As IT27Screen
     
    instance.CancelSelection()
    void CancelSelection()
    See Also