InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / DisableKeystrokeProductivity Property


In This Topic
    DisableKeystrokeProductivity Property (IAlcTerminal)
    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 IAlcTerminal
    Dim value As Boolean
     
    instance.DisableKeystrokeProductivity = value
     
    value = instance.DisableKeystrokeProductivity
    bool DisableKeystrokeProductivity {get; set;}

    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