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


In This Topic
    SelectAll Method (IIbmScreen)
    In This Topic
    Selects all of the text on the terminal window.
    Syntax
    'Declaration
     
    
    Sub SelectAll() 
    'Usage
     
    
    Dim instance As IIbmScreen
     
    instance.SelectAll()
    void SelectAll()
    See Also