NUnitForms Class Library

KeyboardController.Click Method 

Press and release a key. these constants.

[Visual Basic]
Public Sub Click( _
   ByVal key As Short _
)
[C#]
public void Click(
   short key
);

Parameters

key
The key to click.

Remarks

Use the Key class (in Key.cs) to find these constants.

See Also

KeyboardController Class | NUnit.Extensions.Forms Namespace