Method keys.AddRepeat
Overload
Adds the repeat operator. Then keys.SendNow will send the last added key or character count times.
public keys AddRepeat(int count)
Parameters
count (int)
The repeat count. |
Returns
keys
This. |
Exceptions
ArgumentOutOfRangeException
count >10000 or <0. |
ArgumentException
The last added item is not a key or single character. |