InfoConnect API Guide
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
    bool ReGISAlwaysGraphicsMode {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this property is set to false and InfoConnect 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 InfoConnect goes into ReGIS Graphics mode, the screen and cursor change to ReGIS Graphics mode regardless of whether or not graphics are present.
    See Also