HostTypeAheadControl Property
In This Topic
Gets or sets a value indicating whether the terminal honors the keyboard buffering control setting in the AS/400 user profile.
Syntax
expression.HostTypeAheadControl As Boolean
where
expression is a variable that represents a
IbmTerminal Object
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
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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.
|
See Also