InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / SelectAll Method


In This Topic
    SelectAll Method (IScreen)
    In This Topic
    Selects all of the text on the screen.
    Syntax
    'Declaration
     
    
    Function SelectAll() As ReturnCode
    'Usage
     
    
    Dim instance As IScreen
    Dim value As ReturnCode
     
    value = instance.SelectAll()
    ReturnCode SelectAll()

    Return Value

    ReturnCode indicating success/failure/status
    See Also