SendKey(String,Int32) Method
Simulates pressing a custom device key, with the option to define the time to keep the key pressed.

C# Syntax

void SendKey( 
   string keyID,
   int duration
)

Parameters

keyID
The ID of the key as defined by the device manufacturer.
duration
The time (in milliseconds) to keep the key pressed. The default is 0 (zero).