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


In This Topic
ClearDisplayOnDisconnect Property
In This Topic
Gets or sets a value indicating how Reflection handles the display memory when you disconnect from the host.
Syntax
'Declaration
 
Property ClearDisplayOnDisconnect As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.ClearDisplayOnDisconnect = value
 
value = instance.ClearDisplayOnDisconnect

Property Value

The default value is false.
Remarks
When this property is true, Reflection clears the screen after disconnecting from the host. When it is false, data in the display memory is retained.
See Also