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