In This Topic
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).
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