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