DisableKeystrokeProductivity Property (IIbmTerminal)
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 IIbmTerminal
Dim value As Boolean
instance.DisableKeystrokeProductivity = value
value = instance.DisableKeystrokeProductivity
bool DisableKeystrokeProductivity {get; set;}
Property Value
The default value is false.
See Also