Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Screen Property


In This Topic
Screen Property (IIbmTerminal)
In This Topic
Gets the Screen object.
Syntax
'Declaration
 
ReadOnly Property Screen As IIbmScreen
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As IIbmScreen
 
value = instance.Screen
See Also