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


In This Topic
    AutoRepeat Property
    In This Topic
    Gets or sets a value indicating whether keys repeat when you hold them down. The Shift, Enter, and Ctrl keys never auto repeat.
    Syntax
    'Declaration
     
    
    Property AutoRepeat As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.AutoRepeat = value
     
    value = instance.AutoRepeat
    bool AutoRepeat {get; set;}
    See Also