Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CancelSelection Method


In This Topic
    CancelSelection Method
    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