InfoConnect for Unisys
ForceAutoRepeat Property


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