InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcScreen Interface / SelectAll Method


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