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


In This Topic
GraphicsTerminalType Property
In This Topic
Gets ors sets which terminal is emulated, and how many shades or colors are available in ReGIS.
Syntax
'Declaration
 
Property GraphicsTerminalType As GraphicsTerminalTypeOption
 
'Usage
 
Dim instance As ITerminal
Dim value As GraphicsTerminalTypeOption
 
instance.GraphicsTerminalType = value
 
value = instance.GraphicsTerminalType

Property Value

The default value is VT340.
See Also