Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ReGISAlwaysGraphicsMode Property
In This Topic
ReGISAlwaysGraphicsMode Property
In This Topic
Gets or sets ReGIS Graphics mode.
Syntax
expression.ReGISAlwaysGraphicsMode As Boolean
where expression is a variable that represents a Terminal Object

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