Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / HostTypeAheadControl Property


HostTypeAheadControl Property
Gets or sets a value indicating whether the terminal honors the keyboard buffering control setting in the AS/400 user profile.
Syntax
'Declaration
 
Property HostTypeAheadControl As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.HostTypeAheadControl = value
 
value = instance.HostTypeAheadControl

Property Value

The default value is True.

If this property is False, Reflection uses the current value of the TypeAhead property to determine whether or not to buffer keystrokes.

Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
This property applies to 5250 terminal sessions only.
See Also