NUnitForms Class Library

KeyboardController.Press Method 

Press a key.

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

Parameters

key
The key to press.

Remarks

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

See Also

KeyboardController Class | NUnit.Extensions.Forms Namespace