InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / DisableScreenHistory Property


In This Topic
DisableScreenHistory Property (IUtsTerminal)
In This Topic
Gets or sets a value indicating whether Screen History is disabled.
Syntax
'Declaration
 
Property DisableScreenHistory As Boolean
 
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
instance.DisableScreenHistory = value
 
value = instance.DisableScreenHistory

Property Value

The default value is false.
Remarks
If a program changes the value of this property, the state persists as long as the session is still open. When the session is closed and reopened, the value is automatically reset to the default (false).
See Also