InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ForceAutoRepeat Property


In This Topic
    ForceAutoRepeat Property
    In This Topic
    When this property is set to True, InfoConnect ignores the current value of the AutoRepeat property and always auto repeats (causing most keys to repeat when you hold the key down).
    Syntax
    'Declaration
     
    
    Property ForceAutoRepeat As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.ForceAutoRepeat = value
     
    value = instance.ForceAutoRepeat
    bool ForceAutoRepeat {get; set;}
    See Also