Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void SendKeystrokes(Keys, int)

  • Declared in: RT.Util.UtWin

Declaration

public static void SendKeystrokes(
    Keys key,
    int times
)

Summary

Sends the specified key the specified number of times.

Parameters

Keyskey Key stroke to send.
inttimes Number of times to send the key.