Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Screen Property


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