KeyboardController.Release Method 
            Release a key.  
            
[Visual Basic]Public Sub Release( _
   ByVal 
key As 
Short _
)
 Parameters
- key
 - The key to release.
 
Remarks
            Use the Key class (in Key.cs) to find these constants.
            
See Also
KeyboardController Class | NUnit.Extensions.Forms Namespace