InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CancelSelection Method


In This Topic
    CancelSelection Method (IIbmScreen)
    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 IIbmScreen
     
    instance.CancelSelection()
    void CancelSelection()
    See Also