Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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()
See Also