InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / DisableKeystrokeProductivity Property


In This Topic
DisableKeystrokeProductivity Property (IT27Terminal)
In This Topic
Gets or sets a value indicating whether all keystroke Productivity functionality (such as Spell Check and Auto Complete) is disabled.
Syntax
'Declaration
 
Property DisableKeystrokeProductivity As Boolean
 
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.DisableKeystrokeProductivity = value
 
value = instance.DisableKeystrokeProductivity

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