PausePerKeyPress
A property that gets or sets the default time interval between key presses in milliseconds. The default value is 10 milliseconds.
int PausePerKeyPress
Example
int currentTypeRate = PausePerKeyPress; // save the current typing rate
PausePerKeyPress = PausePerKeyPress * 2; // half the typing rate