Mercury.QTP.CustomServer Namespace > CustomServerBase Class : KeyDown Method |
You can also simulate keystrokes using the System.Windows.Forms.SendKeys class methods.
'Declaration
Public Sub KeyDown( _ ByVal ScanCode As System.Byte _ )
public void KeyDown( System.byte ScanCode )
Parameters
- ScanCode
- Key's scan code.