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


In This Topic
ReGISAlwaysGraphicsMode Property
In This Topic
Gets or sets ReGIS Graphics mode.
Syntax
'Declaration
 
Property ReGISAlwaysGraphicsMode As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.ReGISAlwaysGraphicsMode = value
 
value = instance.ReGISAlwaysGraphicsMode

Property Value

The default value is false.
Remarks
When this property is set to false and Reflection goes into ReGIS Graphics mode, the screen and cursor remain in text mode until graphics are present. When this property is set to true and Reflection goes into ReGIS Graphics mode, the screen and cursor change to ReGIS Graphics mode regardless of whether or not graphics are present.
See Also